diff --git a/lib/config/config_parser.yy b/lib/config/config_parser.yy index 4f19e5f10..6550f3c7d 100644 --- a/lib/config/config_parser.yy +++ b/lib/config/config_parser.yy @@ -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; \