]> git.saurik.com Git - bison.git/commitdiff
* src/bison.simple (yyparse): Don't take the address of an
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 27 Aug 2001 17:28:28 +0000 (17:28 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 27 Aug 2001 17:28:28 +0000 (17:28 +0000)
item before the start of an array, as that doesn't conform to
the C Standard.

ChangeLog

index c082330f939279cc1cd5c49d81e4853fd7478d0b..0b16e9c0db4f7d8be1d5913d7d37bebd832d022f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
+2001-08-27  Paul Eggert  <eggert@twinsun.com>
+
+       * 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  <robert.anisko@epita.fr>
 
-       * 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