From: Theophile Ranquet Date: Mon, 15 Oct 2012 17:03:16 +0000 (+0000) Subject: scan-skel.l: formatting changes X-Git-Tag: v2.7.90~300 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/56f0d1d187733e2b04c68591f4d6f66443c7dd37?ds=inline scan-skel.l: formatting changes * src/scan-skel.l (fail_for_at_directive_too_few_args): Here. Signed-off-by: Akim Demaille --- diff --git a/src/scan-skel.l b/src/scan-skel.l index c3844f13..c5b46eb4 100644 --- a/src/scan-skel.l +++ b/src/scan-skel.l @@ -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"),