]> git.saurik.com Git - bison.git/blobdiff - TODO
TODO: YYPRINT.
[bison.git] / TODO
diff --git a/TODO b/TODO
index 9dbd6b423e4cd88e45eab24c78175e22458c18f6..0a4aef400fef77539ec4fb0f986b4a5e0d8d9fa0 100644 (file)
--- a/TODO
+++ b/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