From f1a87ef6ad8b1ca72206faae685c4600798523aa Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 27 Aug 2001 17:28:28 +0000 Subject: [PATCH] * src/bison.simple (yyparse): Don't take the address of an item before the start of an array, as that doesn't conform to the C Standard. --- ChangeLog | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c082330f..0b16e9c0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,12 @@ +2001-08-27 Paul Eggert + + * src/bison.simple (yyparse): Don't take the address of an + item before the start of an array, as that doesn't conform to + the C Standard. + 2001-08-27 Robert Anisko - * src/output.c (output): Remove the initialization of the macro + * src/output.c (output): Remove the initialization of the macro obstack. It was done too late here. * src/reader.c (parse_macro_decl): Fix. Use of the macro obstack was -- 2.47.2