Le 21 mai 2012 à 14:42, Akim Demaille a écrit : > lalr1.cc: extract stack.hh. > To make merging easier in master. > lalr1.cc: improve Doxygen documentation. > To include the prefix part in the \file directive. > skeletons: remove support for unused directive. > Something that should never have been included. > c++: compute the header guards. > Really compute the CPP guards.
>From 5dbb5cd2a06ed57661358af320e4226f0349d868 Mon Sep 17 00:00:00 2001 From: Akim Demaille <a...@lrde.epita.fr> Date: Mon, 21 May 2012 13:12:34 +0200 Subject: [PATCH 3/4] 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. --- src/scan-skel.l | 1 - 1 file changed, 1 deletion(-) diff --git a/src/scan-skel.l b/src/scan-skel.l index 5fd9b20..2433905 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'; -- 1.7.10.2 _______________________________________________ help-bison@gnu.org https://lists.gnu.org/mailman/listinfo/help-bison