]> git.saurik.com Git - bison.git/commitdiff
* data/glr.c (yyreturn): Use "Cleanup:" rather than "Error:"
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 22 Aug 2005 02:31:10 +0000 (02:31 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 22 Aug 2005 02:31:10 +0000 (02:31 +0000)
in yydestruct diagnostic, since it might not be an error.
Problem reported by Joel Denny near end of
<http://lists.gnu.org/archive/html/help-bison/2005-07/msg00040.html>.
* data/lalr1cc (yyerturn): Likewise.
* data/yacc.c (yyreturn): Likewise.
* tests/calc.at (_AT_CHECK_CALC_ERROR): Adjust to the above change.


No differences found