X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/e51b0a82be0ea8051f6e95dc668288c74c55ae9b..1c4af3813e1dd537191b535aad2f5a530e22fba0:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 62197542..5b1046b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-11-13 Akim Demaille + + Define yytranslate in the header for lex_symbol. + * data/lalr1.cc: Move the invocation of b4_yytranslate_definition + into the header file when using %define lex_symbol. + (yytranslate_): Declare inline. + 2008-11-13 Akim Demaille Define the constructors of symbol_type in b4_symbol_constructor_definitions.