+2001-12-27 Akim Demaille <akim@epita.fr>
+
+ * src/bison.hairy: Formatting/comment changes.
+ ANSIfy.
+ Remove `register' indications.
+ Add plenty of `static'.
+
+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.