Merge branch '2.2' into develop

This commit is contained in:
Johan Wikman
2018-03-01 18:08:45 +02:00
18 changed files with 330 additions and 117 deletions

View File

@ -35,7 +35,7 @@ USTR [%-_[:alnum:][:punct:]]+
CMP [=<>!]+
%%
"\n"+ return '\n';
{SPACE}"\n"+ return '\n';
{COMMENT} return FWTOK_COMMENT;
deny|allow MXS_WARNING("Use of '%s' is deprecated, use 'match' instead", yytext);return FWTOK_MATCH;
rule return FWTOK_RULE;