`|' 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_param = "\\\@(\\w+)";
$type_struct = "\\\\\\\\\\\\amp;(\\w+)"; $type_struct = "\\\\\\\\\\\\amp;(\\w+)";
$type_env = "(\\\$\\w+)"; $type_env = "(\\\$\\w+)";
$type_code = "\\|(.*)\\|"; $type_code = "\\|([^|]*)\\|";
# Output conversion substitutions. # Output conversion substitutions.