From: Paul Eggert Date: Sat, 8 Jan 2005 05:22:36 +0000 (+0000) Subject: * data/yacc.c (yyparse): Pacify non-GCC compilers about yyerrorlab X-Git-Tag: BISON-2_1~206 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/213744b51eda9ec8971203ca01f520148f38acfe?hp=b47217154afb271a31764bd3081ed9e1e918dfd3 * 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)". --- diff --git a/ChangeLog b/ChangeLog index a9548b1d..b5c6d034 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-01-07 Paul Eggert + + * 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 * TODO: Mention that we should allow NUL bytes in tokens.