* 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.
This commit is contained in:
Akim Demaille
2001-12-22 15:16:41 +00:00
parent b9752825a0
commit 1fa140687e
3 changed files with 14 additions and 6 deletions

View File

@@ -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.