]> git.saurik.com Git - bison.git/commitdiff
* data/yacc.c (yyparse): Pacify non-GCC compilers about yyerrorlab
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 8 Jan 2005 05:22:36 +0000 (05:22 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 8 Jan 2005 05:22:36 +0000 (05:22 +0000)
being defined and not used.
* data/lalr1.cc (yyparse): Likewise.
Use "if (false)" rather than "if (0)".

ChangeLog

index a9548b1dbcff4fe6b83aa3cc27d12314461aa060..b5c6d034ccdbb892e0179c6434a467d882280644 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.