]> git.saurik.com Git - bison.git/commit - ChangeLog
* src/output.c (GENERATE_OUTPUT_TABLE): Replace with...
authorAkim Demaille <akim@epita.fr>
Sun, 5 May 2002 11:56:27 +0000 (11:56 +0000)
committerAkim Demaille <akim@epita.fr>
Sun, 5 May 2002 11:56:27 +0000 (11:56 +0000)
commit5372019fabc593faad353349d41dea7e79dae509
tree85045d77d872a8d8696d6d21b280903c9094a06c
parent5df5f6d53858c71db7654607a2830d86a9c3f6da
* src/output.c (GENERATE_OUTPUT_TABLE): Replace with...
(GENERATE_MUSCLE_INSERT_TABLE): this.
(output_int_table, output_unsigned_int_table, output_short_table)
(output_token_number_table, output_item_number_table): Replace with...
(muscle_insert_int_table, muscle_insert_unsigned_int_table)
(muscle_insert_short_table, muscle_insert_token_number_table)
(muscle_insert_item_number_table): these.
Adjust all callers.
(prepare_tokens): Don't free `translations', since...
* src/reader.h, src/reader.c (grammar_free): do it.
Move to...
* src/gram.h, src/gram.c (grammar_free): here.
* data/bison.simple, data/bison.c++: b4_token_number_max is now
b4_translate_max.
ChangeLog
data/bison.c++
data/bison.simple
src/gram.c
src/gram.h
src/output.c
src/reader.c
src/reader.h