From 9f41bcaae8c563cb8d13dc7af38c9a7042361a5d Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 4 Dec 2001 13:28:51 +0000 Subject: [PATCH] * 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. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index d0bd5e2d..4f0523ed 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. -- 2.50.0