mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
TODO: YYPRINT.
* TODO (YYPRINT): New.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2008-11-13 Akim Demaille <demaille@gostai.com>
|
||||
|
||||
TODO: YYPRINT.
|
||||
* TODO (YYPRINT): New.
|
||||
|
||||
2008-11-13 Akim Demaille <demaille@gostai.com>
|
||||
|
||||
Comment changes.
|
||||
|
||||
7
TODO
7
TODO
@@ -1,6 +1,13 @@
|
||||
-*- outline -*-
|
||||
|
||||
* Various
|
||||
** YYPRINT
|
||||
glr.c inherits its symbol_print function from c.m4, which supports
|
||||
YYPRINT. But to use YYPRINT yytoknum is needed, which not defined by
|
||||
glr.c.
|
||||
|
||||
Anyway, IMHO YYPRINT is obsolete and should be restricted to yacc.c.
|
||||
|
||||
** YYERRCODE
|
||||
Defined to 256, but not used, not documented. Probably the token
|
||||
number for the error token, which POSIX wants to be 256, but which
|
||||
|
||||
Reference in New Issue
Block a user