Hi
Attached diff shows whitespace after lines in the generated parser, from 2.2
(not introduced in 2.2 though). It would be nice if it wasn't there.
Of course, it would be great if you had this regression tested somehow, but
that is to go quite far.
Cheers,
Frans
PS. Will the push-parser mode end up in 2.3 release?
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