From: Akim Demaille Date: Wed, 31 Dec 2008 13:29:25 +0000 (+0100) Subject: Dub symbol_type_base as a public type. X-Git-Tag: v2.7.90~937 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/1d6b689b26f1939a31d082e94ce31d0a5e14853c?hp=1d6b689b26f1939a31d082e94ce31d0a5e14853c Dub symbol_type_base as a public type. * data/c++.m4 (b4_public_types_declare): Now define symbol_type_base and symbol_type. (b4_public_types_define): New. In both cases, the definitions are taken verbatim from lalr1.cc. * data/lalr1.cc: Adjust. ---