mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-29 08:34:20 +02:00
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…
x
Reference in New Issue
Block a user