mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-14 06:43:03 +00:00
Define YYDEBUG to 0 if it is not defined and if we are not debugging.
POSIX requires this.
This commit is contained in:
3
NEWS
3
NEWS
@@ -3,6 +3,9 @@ Bison News
|
||||
|
||||
Changes in version 1.30h:
|
||||
|
||||
* When the generated parser lacks debugging code, YYDEBUG is now 0
|
||||
(as POSIX requires) instead of being undefined.
|
||||
|
||||
* User Actions
|
||||
Bison has always permitted actions such as { $$ = $1 }: it adds the
|
||||
ending semicolon. Now if in Yacc compatibility mode, the semicolon
|
||||
|
||||
Reference in New Issue
Block a user