-added "case-insensitive" %option to chat_lexer.l, so that -i flag doesn't have to be specified during compilation anymore

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@899 4a71c877-e1ca-e34f-864e-861f7616d084
master
Roman C 2006-12-16 16:54:15 +00:00
parent 14cd4b60cc
commit 7590ea72a7
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ static INTERP_VAL parameter;
%option yylineno
%option prefix="chat_"
%option nounput
%option case-insensitive
%%