]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
(save_column, default_goto):
[bison.git] / ChangeLog
index d3f162051797e9c999e90941a89560db8e829ddb..915a3b98d282bce19bd5b35fa4a2c7f751846408 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,22 @@
+2004-11-23  Akim Demaille  <akim@epita.fr>
+
+       * data/lalr1.cc (YYSTYPE): Define it as is done for C, instead
+       of #defining from yystype.
+       Don't typedef yystype, C++ does not need it.
+       This lets it possible to forward declare it as union.
+
+2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * bootstrap (gnulib_modules): Add extensions.
+       Problem reported by Jim Meyering.
+
 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
 
        * src/LR0.c, src/closure.c, src/derives.c, src/gram.c,
        src/lalr.c, src/nullable.c, src/relation.c, src/scan-skel.l,
        src/system.h, src/tables.c: XFREE -> free, to accommodate
        recent change to gnulib xalloc.h.
+       Problem reported by Jim Meyering.
 
 2004-11-17  Akim Demaille  <akim@epita.fr>