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