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>
+
+ * 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.
Shura debil_urod@ngs.ru
Tom Lane tgl@sss.pgh.pa.us
Tom Tromey tromey@cygnus.com
+Wayne Green wayne@infosavvy.com
Wolfram Wagner ww@mpi-sb.mpg.de
Wwp subscript@free.fr
const char *table_name,
short *short_table,
short first_value,
- short begin, short end)
+ int begin, int end)
{
int i, j;
const char *table_name,
short *short_table,
short first_value,
- short begin, short end)
+ int begin, int end)
{
output_short_or_char_table (oout, comment, "short", table_name, short_table,
first_value, begin, end);