0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-08 12:18:42 +00:00

`|' now works as it should.

This commit is contained in:
Martin Mares 2000-06-03 18:22:43 +00:00
parent 2e130b5cad
commit 899fc0abfe

View File

@ -87,7 +87,7 @@ $type_func = "(\\w+\\(\\))";
$type_param = "\\\@(\\w+)";
$type_struct = "\\\\\\\\\\\\amp;(\\w+)";
$type_env = "(\\\$\\w+)";
$type_code = "\\|(.*)\\|";
$type_code = "\\|([^|]*)\\|";
# Output conversion substitutions.