mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 15:44:11 +02:00
Build fix.
This commit is contained in:
parent
dde483d7a8
commit
0b90444dd8
@ -46,7 +46,7 @@
|
|||||||
|
|
||||||
#define YYLLOC_DEFAULT(Current, Rhs, N) \
|
#define YYLLOC_DEFAULT(Current, Rhs, N) \
|
||||||
do { \
|
do { \
|
||||||
if (YYID (N)) { \
|
if (N) { \
|
||||||
(Current).Path = YYRHSLOC(Rhs, 1).Path; \
|
(Current).Path = YYRHSLOC(Rhs, 1).Path; \
|
||||||
(Current).FirstLine = YYRHSLOC(Rhs, 1).FirstLine; \
|
(Current).FirstLine = YYRHSLOC(Rhs, 1).FirstLine; \
|
||||||
(Current).FirstColumn = YYRHSLOC(Rhs, 1).FirstColumn; \
|
(Current).FirstColumn = YYRHSLOC(Rhs, 1).FirstColumn; \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user