X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/b9752825a023753145900b00a3f16394e183be60..1fa140687eb4ae093904366f4cb1563bbb47e63a:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 2950ad52..be937d51 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2001-12-22 Akim Demaille + + * 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 Some actions of web2c.y are improperly triggered.