]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
(grammar_current_rule_check):
[bison.git] / ChangeLog
index 895beb48ab453454329b11cfc06539b11c0b2d5e..647adec6ca665b4ee21af0d0bc2b1fc23f8161e4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2002-10-12  Paul Eggert  <eggert@twinsun.com>
+
+       * data/c.m4 (b4_token_enum): Do not define YYTOKENTYPE.
+       * data/glr.c, data/lalr1.cc, data/yacc.c:
+       Output token definitions before the first part of user declarations.
+       Fixes compatibility problem reported by Jim Gifford for kbd in
+       <http://mail.gnu.org/pipermail/bug-bison/2002-October/001672.html>.
+
 2002-10-11  Paul Eggert  <eggert@twinsun.com>
 
        * data/yacc.c (yyreport_parse_error): Remove, putting its body into...