From: Paul Eggert Date: Sun, 13 Oct 2002 03:53:18 +0000 (+0000) Subject: * src/reader.c (grammar_current_rule_check): X-Git-Tag: BISON-1_75~33 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/98194095fe39f67436032de5d3a1d55e9e451389 * src/reader.c (grammar_current_rule_check): Don't worry about the default action if $$ is untyped. Prevents bogus warnings reported by Jim Gifford in . --- diff --git a/ChangeLog b/ChangeLog index 647adec6..e2af670f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2002-10-12 Paul Eggert + * src/reader.c (grammar_current_rule_check): + Don't worry about the default action if $$ is untyped. + Prevents bogus warnings reported by Jim Gifford in + . + * 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.