From: Paul Eggert Date: Sat, 12 Oct 2002 23:21:00 +0000 (+0000) Subject: * data/c.m4 (b4_token_enum): Do not define YYTOKENTYPE. X-Git-Tag: BISON-1_75~35 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/14904b8965ff5b4127fb5855b5282320c0d27c92 * 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 . --- diff --git a/ChangeLog b/ChangeLog index 895beb48..647adec6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2002-10-12 Paul Eggert + + * 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 + . + 2002-10-11 Paul Eggert * data/yacc.c (yyreport_parse_error): Remove, putting its body into...