-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-861f7616d084master
parent
14cd4b60cc
commit
7590ea72a7
|
@ -52,6 +52,7 @@ static INTERP_VAL parameter;
|
||||||
%option yylineno
|
%option yylineno
|
||||||
%option prefix="chat_"
|
%option prefix="chat_"
|
||||||
%option nounput
|
%option nounput
|
||||||
|
%option case-insensitive
|
||||||
|
|
||||||
%%
|
%%
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue