mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-12 13:53:03 +00:00
* 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'.
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2000-03-16 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* 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'.
|
||||
|
||||
2000-03-16 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/bison.s1 (yyparse): Reorganize the definitions of the stacks
|
||||
|
||||
Reference in New Issue
Block a user