X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/31b53af2fa8a180e342957d8c08260eeeb1a3e07..6bb1878b51010978a013825db50e544352cec96f:/TODO diff --git a/TODO b/TODO index 3c14696e..b5373062 100644 --- a/TODO +++ b/TODO @@ -5,16 +5,7 @@ Complete parse_skel_decl () with parse_dquoted_param (). [] Check and cleanup for CPP-out code. [] * src/output.c -Synchronize `#line' directive with user file. [] -------------------------------------------------------------------- -In the bison source: -%define linef "#line %d %s" - -In output.c: -if (macro_find ("linef")) - obstack_fgrow2 (&table_obstack, macro_find ("linef"), - line, filename); -------------------------------------------------------------------- +Synchronize `#line' directive with user file. [ok] Cleanup dirty CPP-out code. [] ** Output sub-skeleton files. []