* NEWS, doc/bison.texinfo, doc/bison.1, doc/bison.rnh: Document that

YYDEBUG must be defined to a nonzero value.

* src/bison.simple (yytname): Do not assume that the user defines
YYDEBUG to a properly parenthesized expression.
This commit is contained in:
Paul Eggert
2001-12-17 19:43:46 +00:00
parent 4947ebdb4c
commit ab3399e0c6

View File

@@ -1,3 +1,11 @@
2001-12-17 Paul Eggert <eggert@twinsun.com>
* NEWS, doc/bison.texinfo, doc/bison.1, doc/bison.rnh: Document that
YYDEBUG must be defined to a nonzero value.
* src/bison.simple (yytname): Do not assume that the user defines
YYDEBUG to a properly parenthesized expression.
2001-12-17 Akim Demaille <akim@epita.fr>
* src/state.h (state_t): Rename lookaheads as lookaheadsp.