From: Paul Eggert Date: Mon, 27 Aug 2001 17:28:28 +0000 (+0000) Subject: * src/bison.simple (yyparse): Don't take the address of an X-Git-Tag: pre-merge-of-1-29-branch~52 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/f1a87ef6ad8b1ca72206faae685c4600798523aa * 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. --- 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