mirror of https://github.com/Icinga/icinga2.git
parent
0fddb46b68
commit
2faf17cb14
|
@ -261,7 +261,7 @@ in { yylval->op = &AExpression::OpIn; return T_IN; }
|
||||||
\> { yylval->op = &AExpression::OpLessThan; return T_GREATER_THAN; }
|
\> { yylval->op = &AExpression::OpLessThan; return T_GREATER_THAN; }
|
||||||
}
|
}
|
||||||
|
|
||||||
[\r\n]+ { if (!ignore_newlines) return T_NEWLINE; }
|
[\r\n]+ { yycolumn -= strlen(yytext) - 1; if (!ignore_newlines) return T_NEWLINE; }
|
||||||
. return yytext[0];
|
. return yytext[0];
|
||||||
|
|
||||||
%%
|
%%
|
||||||
|
|
Loading…
Reference in New Issue