]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
Dub symbol_type_base as a public type.
[bison.git] / ChangeLog
index bcf7128490bcba0fb8e74dd8cbe2ce0b8dc6b8f5..2566a19e7feba6b3a9917e4e62cd75f5ec06c83b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2009-03-02  Akim Demaille  <demaille@gostai.com>
+
+       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.
+
+2009-03-02  Akim Demaille  <demaille@gostai.com>
+
+       b4_public_types_declare.
+       * data/c++.m4 (b4_public_types_declare): New.
+       * data/glr.cc, data/lalr1.cc: Use it.
+
 2009-03-02  Akim Demaille  <demaille@gostai.com>
 
        b4_semantic_type_declare.