]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
Fix yyerror / yylex test glitches noted by twlevo@xs4all.nl.
[bison.git] / ChangeLog
index a93c813cebbbab14c11705e1d813781b016e456c..82929e9ab1b31c158418ecdc48262f7562f8e1e6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2005-07-18  Paul Eggert  <eggert@cs.ucla.edu>
 
+       Fix yyerror / yylex test glitches noted by twlevo@xs4all.nl.
+       * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Have yyerror return
+       void, not int.
+       * tests/glr-regression.at (Badly Collapsed GLR States):
+       Likewise.
+       (Improper handling of embedded actions and dollar(-N) in GLR parsers):
+       yylex should return 0 at EOF rather than aborting.
+
        Improve tests for stack overflow in GLR parser.
        Problem reported by twlevo@xs4all.nl.
        * data/glr.c (struct yyGLRStack): Remove yyerrflag member.