* 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:
Paul Eggert
2005-01-08 05:22:36 +00:00
parent b47217154a
commit 213744b51e

View File

@@ -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.