mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-10 21:03:04 +00:00
scan-skel.l: formatting changes
* src/scan-skel.l (fail_for_at_directive_too_few_args): Here. Signed-off-by: Akim Demaille <akim@lrde.epita.fr>
This commit is contained in:
committed by
Akim Demaille
parent
f6b561d9f9
commit
56f0d1d187
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user