summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRobert Anisko <robert@lrde.epita.fr>2001-08-29 12:21:38 +0000
committerRobert Anisko <robert@lrde.epita.fr>2001-08-29 12:21:38 +0000
commit38e616f0f56514c392e21b62e832945ed74ddbbb (patch)
tree140349c7535d0996837b4c6fbae13c8c32a1a262 /ChangeLog
parentdb433e9db8298261691fa2dd8f4759b4c4fdf195 (diff)
downloadbison-38e616f0f56514c392e21b62e832945ed74ddbbb.tar.gz
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3fe071ee..a0bed31b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-08-29 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-29 Robert Anisko <anisko_r@epita.fr>
* doc/bison.texinfo (Location Tracking Calc): New node.