]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* src/output.c (prepare): Drop the muscle `ntbase' which
[bison.git] / ChangeLog
index 2950ad527653b6a10e557ffed679d98372c0e19e..8f86c1292401428ad28ff7fe669a156da882a5d5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2001-12-27  Akim Demaille  <akim@epita.fr>
+
+       * src/output.c (prepare): Drop the muscle `ntbase' which
+       duplicates ntokens.
+       * src/bison.simple: Formatting/comment changes.
+       Use YYNTOKENS only, which is documented, but not YYNTBASE, which
+       is an undocumented synonym.
+
+       
+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.
 2001-12-22  Akim Demaille  <akim@epita.fr>
 
        Some actions of web2c.y are improperly triggered.