]> git.saurik.com Git - bison.git/blobdiff - TODO
Pass the token type to yysyntax_error.
[bison.git] / TODO
diff --git a/TODO b/TODO
index b12a039a3bc9eec33f49861fc7a209ca507bad4a..5ae4f707c48e2a6de681721e3589deadd5ab4b47 100644 (file)
--- a/TODO
+++ b/TODO
@@ -156,10 +156,6 @@ other improvements and also made it faster (probably because memory
 management is performed once instead of three times).  I suggest that
 we do the same in yacc.c.
 
-** yysyntax_error
-In lalr1.cc we invoke it with the translated lookahead (yytoken), and
-yacc.c uses yychar.  I don't see why.
-
 ** yysyntax_error
 The code bw glr.c and yacc.c is really alike, we can certainly factor
 some parts.