X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/ae7453f2ba115eba9d24aad81b0f17b10c6b839a..78bcec17c82fe777c90f86717773de35bb5018e7:/TODO diff --git a/TODO b/TODO index d57fef61..ef4a61fc 100644 --- a/TODO +++ b/TODO @@ -5,6 +5,13 @@ From Franc,ois: should we keep the directory part in the CPP guard? +* Yacc.c: CPP Macros + +Do some people use YYPURE, YYLSP_NEEDED like we do in the test suite? +They should not: it is not documented. But if they need to, let's +find something clean (not like YYLSP_NEEDED...). + + * readpipe It should be replaced to avoid tmp files and to improve portability.