summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkim Demaille <akim@lrde.epita.fr>2012-05-21 13:12:34 +0200
committerAkim Demaille <akim@lrde.epita.fr>2012-05-21 16:07:34 +0200
commita19728cbb5efdac48c97ef6e6c997f2534c03391 (patch)
treebaa48514509159464aa46e046357e7592ee93b69
parent03f1b545b94c6699ee637b517c4941afb76eb0d9 (diff)
downloadbison-a19728cbb5efdac48c97ef6e6c997f2534c03391.tar.gz
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.
-rw-r--r--src/scan-skel.l1
1 files changed, 0 insertions, 1 deletions
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';