From 0b90444dd8c149381dd2c74bb13172ca0d8b2e25 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner <gunnar.beutner@netways.de> Date: Fri, 21 Mar 2014 15:41:00 +0100 Subject: [PATCH] Build fix. --- lib/config/config_parser.yy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; \