0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-19 11:55:21 +00:00

Recognize `!'.

This commit is contained in:
Martin Mares 2000-05-30 21:46:21 +00:00
parent 5919c66e8f
commit 69a20d2eff

View File

@ -139,7 +139,7 @@ WHITE [ \t]
return CLI_MARKER;
}
[={}:;,()+*/%-<>~\[\]?] {
[={}:;,.()+*/%<>~\[\]?!-] {
return yytext[0];
}