]> git.saurik.com Git - bison.git/commitdiff
* src/bison.s1 [!YYDEBUG]: Define yydebug to 0. This allows to
authorAkim Demaille <akim@epita.fr>
Thu, 16 Mar 2000 16:02:16 +0000 (16:02 +0000)
committerAkim Demaille <akim@epita.fr>
Thu, 16 Mar 2000 16:02:16 +0000 (16:02 +0000)
remove most `#if YYDEBUG != 0', since `if (yydebug)' is enough.
One `#if YYDEBUG' remains, since it uses variables which are
defined only if `YYDEBUG != 0'.


No differences found