From: Paul Eggert Date: Mon, 28 Apr 2003 06:04:39 +0000 (+0000) Subject: Avoid gcc -Wundef warnings reported by Gerald Pfeifer in X-Git-Tag: BISON-2_0~324 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/b1e958574499c58bdafd9b66d7b0c245b25b6836?ds=inline Avoid gcc -Wundef warnings reported by Gerald Pfeifer in . --- diff --git a/ChangeLog b/ChangeLog index b7922abf..fdf3a49b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2003-04-27 Paul Eggert + + Avoid gcc -Wundef warnings reported by Gerald Pfeifer in + . + * 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 * data/lalr1.cc (yy::Parser::pact_ninf_, yy::Parser::table_ninf_):