From: Paul Eggert Date: Mon, 17 Dec 2001 18:49:14 +0000 (+0000) Subject: * src/output.c (output): Define YYDEBUG to 0 if it is not defined X-Git-Tag: BISON-1_30h~5 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/c520f816b11230c775b0c79038c2194b3856bc7d?ds=sidebyside * src/output.c (output): Define YYDEBUG to 0 if it is not defined and if we are not debugging. POSIX requires this. * NEWS, doc/bison.texinfo, doc/bison.1, doc/bison.rnh: Document this. * src/output.c (output_gram, output_rule_data): Do not assume that the user defines YYDEBUG to a properly parenthesized expression. --- diff --git a/ChangeLog b/ChangeLog index add10c75..5d4c708f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2001-12-17 Paul Eggert + + * src/output.c (output): Define YYDEBUG to 0 if it is not defined + and if we are not debugging. POSIX requires this. + * NEWS, doc/bison.texinfo, doc/bison.1, doc/bison.rnh: Document this. + + * src/output.c (output_gram, output_rule_data): Do not assume that + the user defines YYDEBUG to a properly parenthesized expression. + 2001-12-15 Akim Demaille * src/nullable.c (set_nullable): Useless rules must be skipped,