Build fix.

This commit is contained in:
Gunnar Beutner 2014-03-21 15:41:00 +01:00
parent dde483d7a8
commit 0b90444dd8
1 changed files with 1 additions and 1 deletions

View File

@ -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; \