]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
b4_table_declare.
[bison.git] / ChangeLog
index 1d37e0ad7392a03d1bf5925ec126debcc48fe0dc..5751347f863e9d2f63e1f6e35d0326161c3ab56e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2008-11-25  Akim Demaille  <demaille@gostai.com>
+
+       b4_table_declare.
+       * data/lalr1.cc (b4_table_declare): New.
+       Use it to declare the tables defined with b4_table_define.
+       (b4_table_define): Declare a third arg to match b4_table_declare
+       signature.
+       Move all the comments around invocations of b4_table_define into
+       the invocations itselves.
+       Move things around to have the order for declarations and
+       definitions.
+
 2008-11-25  Akim Demaille  <demaille@gostai.com>
 
        Formatting changes.