]> git.saurik.com Git - bison.git/commit
* 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)
commit78df8250936c6461717273adae1a1bd7d1a543c6
treeb74a4e7d55d89b3a3f3d12fd8b06a5b315109256
parent68cd8af38bd57476df5bd76559e637d1eb60eb88
* 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.
ChangeLog