]> git.saurik.com Git - bison.git/commit
* src/output.c (output): Define YYDEBUG to 0 if it is not defined
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 17 Dec 2001 18:49:14 +0000 (18:49 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 17 Dec 2001 18:49:14 +0000 (18:49 +0000)
commitc520f816b11230c775b0c79038c2194b3856bc7d
tree5ce404e791e31aa85cd866d174dd80f8a21852a6
parentcc6ed5f7f1d81de46bbbaafc5af7a3718d1cf7f3
* 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.
ChangeLog