mirror of https://github.com/Icinga/icinga2.git
parent
b740628042
commit
cfb07e9e2c
|
@ -394,7 +394,7 @@ static yyconst flex_int16_t yy_accept[78] =
|
||||||
static yyconst flex_int32_t yy_ec[256] =
|
static yyconst flex_int32_t yy_ec[256] =
|
||||||
{ 0,
|
{ 0,
|
||||||
1, 1, 1, 1, 1, 1, 1, 1, 2, 3,
|
1, 1, 1, 1, 1, 1, 1, 1, 2, 3,
|
||||||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
1, 1, 2, 1, 1, 1, 1, 1, 1, 1,
|
||||||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
||||||
1, 2, 1, 4, 5, 1, 1, 1, 1, 1,
|
1, 2, 1, 4, 5, 1, 1, 1, 1, 1,
|
||||||
1, 6, 7, 1, 8, 9, 10, 11, 11, 11,
|
1, 6, 7, 1, 8, 9, 10, 11, 11, 11,
|
||||||
|
|
|
@ -76,7 +76,7 @@ null return T_NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
\/\/[^\n]+ /* ignore C++-style comments */
|
\/\/[^\n]+ /* ignore C++-style comments */
|
||||||
[ \t\n]+ /* ignore whitespace */
|
[ \t\r\n]+ /* ignore whitespace */
|
||||||
|
|
||||||
. return yytext[0];
|
. return yytext[0];
|
||||||
%%
|
%%
|
||||||
|
|
Loading…
Reference in New Issue