mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
glr.c: obey the parse.assert %define variable
* data/skeletons/glr.c (YYASSERT): Rename as... (YY_ASSERT): this, for consistency with yacc.c, and also to emphasize the fact that this is not for the end user (YY_ prefix). * tests/glr-regression.at: Define parse.assert.
This commit is contained in:
5
TODO
5
TODO
@@ -2,11 +2,6 @@
|
||||
** Deprecate YYPRINT
|
||||
The doc shows it too much.
|
||||
|
||||
** glr.c: parse.assert
|
||||
There are many assertions in glr.c that are there to check the skeleton
|
||||
itself, not the user code. So it should be under the control of
|
||||
parse.assert.
|
||||
|
||||
** java, d: error.verbose
|
||||
The code checks dynamically for error.verbose. It should be controlled by
|
||||
M4.
|
||||
|
||||
Reference in New Issue
Block a user