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