]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* src/output.c (output_table_data): Change the prototype to use
[bison.git] / ChangeLog
index 2950ad527653b6a10e557ffed679d98372c0e19e..be937d51566fb5d232c4840974ea6e97e3fb794e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2001-12-22  Akim Demaille  <akim@epita.fr>
+
+       * src/output.c (output_table_data): 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.