mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 21:33:04 +00:00
* 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.
This commit is contained in:
18
ChangeLog
18
ChangeLog
@@ -1,5 +1,23 @@
|
||||
2005-08-21 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* 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.
|
||||
|
||||
* src/files.c: Remove obsolete FIXME comment.
|
||||
|
||||
* data/glr.c (YY_SYMBOL_PRINT): Append a newline, for consistency
|
||||
with the other templates, and to fix bogus run-on messages such
|
||||
as the one reported at the end of
|
||||
<http://lists.gnu.org/archive/html/help-bison/2005-07/msg00040.html>.
|
||||
All callers changed to avoid the newline.
|
||||
(yyprocessOneStack): Output two lines rather than one, to accommodate
|
||||
the above change. This changes the debug output format slightly.
|
||||
|
||||
* data/glr.c (yyresolveValue): Fix redundant parse tree problem
|
||||
reported by Joel E. Denny in
|
||||
<http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00004.html>
|
||||
|
||||
Reference in New Issue
Block a user