]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* data/c.m4 (b4_token_enum): Always define the enum of tokens,
[bison.git] / ChangeLog
index 543c214001f7b7e06b19efdb099a9ace1b51cf80..5c5a4c6053a5e554d97f451a88a3067aea4bacea 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-03-10  Akim Demaille  <akim@lrde.epita.fr>
+
+       * data/c.m4 (b4_token_enum): Always define the enum of tokens,
+       even if empty.
+       * data/lalrl1.cc, data/glr.cc (parser::token_type): New.
+       * doc/bison.texinfo (Calc++ Scanner): Use it.
+
 2006-03-09  Paul Eggert  <eggert@cs.ucla.edu>
 
        Fix two nits reported by twlevo, plus one more that I discovered.