mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-12 00:04:29 +02:00
parent
343d46bcbe
commit
8c9fdb537f
@ -41,21 +41,6 @@ do { \
|
|||||||
yycolumn += yyleng; \
|
yycolumn += yyleng; \
|
||||||
} while (0);
|
} while (0);
|
||||||
|
|
||||||
#define YYLLOC_DEFAULT(Current, Rhs, N) \
|
|
||||||
do \
|
|
||||||
if (YYID (N)) { \
|
|
||||||
(Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
|
|
||||||
(Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
|
|
||||||
(Current).last_line = YYRHSLOC (Rhs, N).last_line; \
|
|
||||||
(Current).last_column = YYRHSLOC (Rhs, N).last_column; \
|
|
||||||
} else { \
|
|
||||||
(Current).first_line = (Current).last_line = \
|
|
||||||
YYRHSLOC(Rhs, 0).last_line; \
|
|
||||||
(Current).first_column = (Current).last_column = \
|
|
||||||
YYRHSLOC(Rhs, 0).last_column; \
|
|
||||||
} \
|
|
||||||
while (YYID(0))
|
|
||||||
|
|
||||||
#define YY_INPUT(buf, result, max_size) \
|
#define YY_INPUT(buf, result, max_size) \
|
||||||
do { \
|
do { \
|
||||||
result = yyextra->ReadInput(buf, max_size); \
|
result = yyextra->ReadInput(buf, max_size); \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user