From: Martin Mares Date: Tue, 30 May 2000 21:46:21 +0000 (+0000) Subject: Recognize `!'. X-Git-Tag: v1.2.0~779 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69a20d2effb651e475b8ab8b04ee1a04a76db07f;p=thirdparty%2Fbird.git Recognize `!'. --- diff --git a/conf/cf-lex.l b/conf/cf-lex.l index 188d53629..22f029594 100644 --- a/conf/cf-lex.l +++ b/conf/cf-lex.l @@ -139,7 +139,7 @@ WHITE [ \t] return CLI_MARKER; } -[={}:;,()+*/%-<>~\[\]?] { +[={}:;,.()+*/%<>~\[\]?!-] { return yytext[0]; }