]> git.saurik.com Git - bison.git/commit - data/glr.c
* 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)
commitdd5f2af2bd4a03b08c8dd33a15a4b86b268a804d
tree68ec5b1dd3d29d11658edc568279ef4af3cc3ed7
parenteab522e49ab693a1be6792f0febb69acfa6e99c9
* data/glr.c (yyreturn): Use "Cleanup:" rather than "Error:"
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.
ChangeLog
data/glr.c
data/lalr1.cc
data/yacc.c
tests/calc.at