]> git.saurik.com Git - bison.git/commitdiff
skeletons: remove support for unused directive.
authorAkim Demaille <akim@lrde.epita.fr>
Mon, 21 May 2012 11:12:34 +0000 (13:12 +0200)
committerAkim Demaille <akim@lrde.epita.fr>
Mon, 21 May 2012 14:07:34 +0000 (16:07 +0200)
* src/scan-skel.l (@dir_prefix@): Remove support, has never been
used, not even in the commit that introduced it,
2b81e969ea04c1a6502928ba7e847ec8ff7dcb2f.

src/scan-skel.l

index 5fd9b20d422e0951b7723db54acd512e2fe745f5..2433905728f222be0a97373a3bd5f4cc0b493dd9 100644 (file)
@@ -77,7 +77,6 @@ static void fail_for_invalid_at (char const *at);
 
 "@oline@"  fprintf (yyout, "%d", out_lineno + 1);
 "@ofile@"  QPUTS (outname);
 
 "@oline@"  fprintf (yyout, "%d", out_lineno + 1);
 "@ofile@"  QPUTS (outname);
-"@dir_prefix@" QPUTS (dir_prefix);
 
 @[a-z_]+"(" {
   yytext[yyleng-1] = '\0';
 
 @[a-z_]+"(" {
   yytext[yyleng-1] = '\0';