From 213744b51eda9ec8971203ca01f520148f38acfe Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 8 Jan 2005 05:22:36 +0000 Subject: [PATCH] * 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)". --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) 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. -- 2.45.2