mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-12 05:43:03 +00:00
Classify symbols by type-name.
* src/uniqstr.h (UNIQSTR_CMP): New. * src/output.c (symbol_type_name_cmp, symbols_by_type_name) (type_names_output): New. (muscles_output): Use it. * data/lalr1.cc (b4_symbol_action_): Remove. (b4_symbol_case_, b4_type_action_): New. Adjust uses of b4_symbol_action_ to use b4_type_action_.
This commit is contained in:
11
ChangeLog
11
ChangeLog
@@ -1,3 +1,14 @@
|
||||
2008-11-10 Akim Demaille <demaille@gostai.com>
|
||||
|
||||
Classify symbols by type-name.
|
||||
* src/uniqstr.h (UNIQSTR_CMP): New.
|
||||
* src/output.c (symbol_type_name_cmp, symbols_by_type_name)
|
||||
(type_names_output): New.
|
||||
(muscles_output): Use it.
|
||||
* data/lalr1.cc (b4_symbol_action_): Remove.
|
||||
(b4_symbol_case_, b4_type_action_): New.
|
||||
Adjust uses of b4_symbol_action_ to use b4_type_action_.
|
||||
|
||||
2008-11-10 Akim Demaille <demaille@gostai.com>
|
||||
|
||||
Change the handling of the symbols in the skeletons.
|
||||
|
||||
Reference in New Issue
Block a user