Index: parser/XPathParser.cpp =================================================================== --- parser/XPathParser.cpp (revision 543331) +++ parser/XPathParser.cpp (working copy) @@ -1643,13 +1643,13 @@ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void -yy_reduce_print (YYSTYPE *yyvsp, +yy_reduce_print (YYSTYPE *yyvsp, int yyrule, ParserContext *const parseInfo) #else static void yy_reduce_print (yyvsp, yyrule, parseInfo) YYSTYPE *yyvsp; - + int yyrule; ParserContext *const parseInfo; #endif