mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-16 15:53:03 +00:00
style: pacify syntax-check
* doc/.gitignore, src/complain.c, src/getargs.c, * src/output.c: here.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user