]> git.saurik.com Git - bison.git/blobdiff - src/scan-skel.l
misc: document TESTSUITEFLAGS in README-hacking
[bison.git] / src / scan-skel.l
index c3844f137a181b944b05e8eab1c411c94dbbf1ec..c1e7b65987409eac8532b345b19c6248b00405c8 100644 (file)
@@ -226,7 +226,7 @@ at_complain (int argc, char *argv[], char **out_namep, int *out_linenop)
     indent += SUB_INDENT;
   else
     indent = 0;
-  complain_args (locp, w, &indent, argc - 3, argv + 3);
+  complain_args (locp, w, &indent, argc - 4, argv + 4);
   if (w & silent)
     indent -= SUB_INDENT;
 }
@@ -247,7 +247,7 @@ at_output (int argc, char *argv[], char **out_namep, int *out_linenop)
   *out_linenop = 1;
 }
 
-  static void
+static void
 fail_for_at_directive_too_few_args (char const *at_directive_name)
 {
   complain (NULL, fatal, _("too few arguments for %s directive in skeleton"),