X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/788355718faaaafcc78ba3b94903acb11c1a1da5..e51b0a82be0ea8051f6e95dc668288c74c55ae9b:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 1c76086c..62197542 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2008-11-13 Akim Demaille + + Define the constructors of symbol_type in b4_symbol_constructor_definitions. + The constructors are called by the make_symbol functions, which a + forthcoming patch will move elsewhere. Hence the interest of putting them + together. + + The stack_symbol_type does not need to be moved, it is used only by the + parser. + + * data/lalr1.cc: Move symbol_type and symbol_base_type + constructors into... + (b4_symbol_constructor_definitions): here. + Adjust. + 2008-11-13 Akim Demaille Make it easier to move the definition of yytranslate_.