mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
Avoid gcc -Wundef warnings reported by Gerald Pfeifer in
<http://mail.gnu.org/archive/html/bug-bison/2003-04/msg00044.html>.
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
2003-04-27 Paul Eggert <eggert@twinsun.com>
|
||||
|
||||
Avoid gcc -Wundef warnings reported by Gerald Pfeifer in
|
||||
<http://mail.gnu.org/archive/html/bug-bison/2003-04/msg00044.html>.
|
||||
* data/yacc.c (YYSTACK_ALLOC): Don't evaluate YYSTACK_USE_ALLOCA
|
||||
if it is not defined.
|
||||
(YYMAXDEPTH): Don't evaluate YYMAXDEPTH if it is not defined.
|
||||
|
||||
2003-04-26 Paul Eggert <eggert@twinsun.com>
|
||||
|
||||
* data/lalr1.cc (yy::Parser::pact_ninf_, yy::Parser::table_ninf_):
|
||||
|
||||
Reference in New Issue
Block a user