* 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)
commit0de741ca660c2d8f337600c45326b2a3e25bf131
tree4c9981639e2f07dbbd5bf972069086e9f8f08828
parentbb10be5408f05ce81863bd115a5639cfc303edcb
* src/bison.s1 [!YYDEBUG]: Define yydebug to 0.  This allows to
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'.
ChangeLog
src/bison.s1
src/bison.simple