From: Paul Eggert Date: Tue, 4 Dec 2001 13:29:59 +0000 (+0000) Subject: * src/bison.simple (YYPOINTER): New macro. X-Git-Tag: before-m4-back-end~219 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/c2bea5f96f983130af5f1276cfd0fe69885318f6?ds=sidebyside * src/bison.simple (YYPOINTER): New macro. (YYSTACK_RELOCATE): Use it to avoid a GCC warning. (yystpcpy): Use prototype if __STDC__ is defined, not just if __cplusplus is defined. --- diff --git a/ChangeLog b/ChangeLog index 8a8ecbd1..3ee04192 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2001-12-04 Paul Eggert + + * src/bison.simple (YYPOINTER): New macro. + (YYSTACK_RELOCATE): Use it to avoid a GCC warning. + (yystpcpy): Use prototype if __STDC__ is defined, not just + if __cplusplus is defined. + 2001-11-30 Akim Demaille * configure.in (WARNING_CFLAGS): Add -Werror when possible.