mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
* data/glr.c, yacc.c (YYDSYMPRINT): Remove, not used.
(YYDSYMPRINTF): Rename as... (YY_SYMBOL_PRINT): this. * data/lalr1.cc (YY_SYMBOL_PRINT): New, modeled after the previous two. Use it instead of direct symprint_ calls. (yybackup): Tweak the "Now at end of input" case to match yacc.c's one.
This commit is contained in:
11
ChangeLog
11
ChangeLog
@@ -1,3 +1,14 @@
|
||||
2004-09-02 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* data/glr.c, yacc.c (YYDSYMPRINT): Remove, not used.
|
||||
(YYDSYMPRINTF): Rename as...
|
||||
(YY_SYMBOL_PRINT): this.
|
||||
* data/lalr1.cc (YY_SYMBOL_PRINT): New, modeled after the previous
|
||||
two.
|
||||
Use it instead of direct symprint_ calls.
|
||||
(yybackup): Tweak the "Now at end of input" case to match yacc.c's
|
||||
one.
|
||||
|
||||
2004-09-02 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* data/lalr1.cc (b4_yysymprint_generate): New.
|
||||
|
||||
Reference in New Issue
Block a user