mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
* data/yacc.c (yyparse): Pacify non-GCC compilers about yyerrorlab
being defined and not used. * data/lalr1.cc (yyparse): Likewise. Use "if (false)" rather than "if (0)".
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2005-01-07 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* data/yacc.c (yyparse): Pacify non-GCC compilers about yyerrorlab
|
||||
being defined and not used.
|
||||
* data/lalr1.cc (yyparse): Likewise.
|
||||
Use "if (false)" rather than "if (0)".
|
||||
|
||||
2005-01-05 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* TODO: Mention that we should allow NUL bytes in tokens.
|
||||
|
||||
Reference in New Issue
Block a user