]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
Define the constructors of symbol_type in b4_symbol_constructor_definitions.
[bison.git] / ChangeLog
index 1c76086cae34f7558d66d20243c8e3d05e565e3b..62197542d5d756f3515cca316c56a1392e10c40e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2008-11-13  Akim Demaille  <demaille@gostai.com>
+
+       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  <demaille@gostai.com>
 
        Make it easier to move the definition of yytranslate_.