From: Akim Demaille Date: Mon, 21 May 2012 11:12:34 +0000 (+0200) Subject: skeletons: remove support for unused directive. X-Git-Tag: v2.5.1_rc2~4 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/a19728cbb5efdac48c97ef6e6c997f2534c03391 skeletons: remove support for unused directive. * src/scan-skel.l (@dir_prefix@): Remove support, has never been used, not even in the commit that introduced it, 2b81e969ea04c1a6502928ba7e847ec8ff7dcb2f. --- diff --git a/src/scan-skel.l b/src/scan-skel.l index 5fd9b20d..24339057 100644 --- a/src/scan-skel.l +++ b/src/scan-skel.l @@ -77,7 +77,6 @@ static void fail_for_invalid_at (char const *at); "@oline@" fprintf (yyout, "%d", out_lineno + 1); "@ofile@" QPUTS (outname); -"@dir_prefix@" QPUTS (dir_prefix); @[a-z_]+"(" { yytext[yyleng-1] = '\0';