summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAkim Demaille <akim@epita.fr>2001-12-27 18:28:23 +0000
committerAkim Demaille <akim@epita.fr>2001-12-27 18:28:23 +0000
commitd6b12c2d8bf3bcef772a06db748e053d49fbe3ef (patch)
tree04cd47c5dcc7d6f272ec139b448aa0793292052e /ChangeLog
parentf4ffa313a2b3c5d9cdd92b02c93486be45d74eb2 (diff)
downloadbison-d6b12c2d8bf3bcef772a06db748e053d49fbe3ef.tar.gz
* src/output.c (output_short_table, output_short_or_char_table):
Change the prototype to use `int' for array ranges: some invocations do pass an int, not a short. Reported by Wayne Green.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 68aca2a6..66f16ad4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2001-12-22 Akim Demaille <akim@epita.fr>
+ * src/output.c (output_short_table, output_short_or_char_table):
+ Change the prototype to use `int' for array ranges: some
+ invocations do pass an int, not a short.
+ Reported by Wayne Green.
+
+2001-12-22 Akim Demaille <akim@epita.fr>
+
Some actions of web2c.y are improperly triggered.
Reported by Mike Castle.