style: pacify syntax-check

* doc/.gitignore, src/complain.c, src/getargs.c,
* src/output.c: here.
This commit is contained in:
Akim Demaille
2019-10-22 10:26:56 +02:00
parent ec64a0bc7e
commit 048730c691
5 changed files with 9 additions and 8 deletions

View File

@@ -369,7 +369,8 @@ user_actions_output (FILE *out)
for (rule_number r = 0; r < nrules; ++r)
if (rules[r].action)
{
fprintf (out, "%s(%d, [",
/* The useless "" is there to pacify syntax-check. */
fprintf (out, "%s""(%d, [",
rules[r].is_predicate ? "b4_predicate_case" : "b4_case",
r + 1);
if (!no_lines_flag)