]> git.saurik.com Git - bison.git/commitdiff
* data/bison.simple (yyparse): Correct error handling to conform to
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 24 May 2002 12:45:23 +0000 (12:45 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 24 May 2002 12:45:23 +0000 (12:45 +0000)
POSIX and yacc.  Specifically, after syntax error is discovered,
do not reduce further before shifting the error token.
Clean up the code a bit by removing the labels yyerrdefault,
yyerrhandle, yyerrpop.
* NEWS: Document the above.

ChangeLog

index bf2bded5d4ffa1b3bfbd8be3947010417295e4d8..a41c072854b4f840039485cb2d0ad167449cad13 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2002-05-24  Paul Hilfinger  <Hilfinger@CS.Berkeley.EDU>
+       and Paul Eggert  <eggert@twinsun.com>
+       
+       * data/bison.simple (yyparse): Correct error handling to conform to
+       POSIX and yacc.  Specifically, after syntax error is discovered,
+       do not reduce further before shifting the error token.
+       Clean up the code a bit by removing the labels yyerrdefault,
+       yyerrhandle, yyerrpop.
+       * NEWS: Document the above.
+
 2002-05-20  Paul Hilfinger  <Hilfinger@CS.Berkeley.EDU>
 
        * data/bison.simple (yyr1): Don't use yy_token_number_type as element