From: Akim Demaille Date: Tue, 12 Aug 2008 20:46:36 +0000 (+0200) Subject: Classify symbols by type-name. X-Git-Tag: v2.7.90~1101 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/4c3cc7da5d1f1ff197e00de9c0cc7b76edee852d?hp=4c3cc7da5d1f1ff197e00de9c0cc7b76edee852d 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_. ---