]> git.saurik.com Git - bison.git/commit - ChangeLog
* 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)
commit213744b51eda9ec8971203ca01f520148f38acfe
treeff0f5fb4c974150085587670f74956c2654951c6
parentb47217154afb271a31764bd3081ed9e1e918dfd3
* 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