X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/b9752825a023753145900b00a3f16394e183be60..7742ddebf1f73cc15138d41c11a39f32b43c3ef5:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 2950ad52..8f86c129 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2001-12-27 Akim Demaille + + * 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 + + * 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.