* gnulib-local/lib/xerror.c (multiline_internal): Add a semicolon between
a label and a declaration.
* gettext-tools/src/write-po.c (wrap): Likewise.
* gettext-tools/src/format-go.c (format_parse): Likewise.
}
}
- parse_specifier:
+ parse_specifier: ;
/* Parse the specifier. */
enum format_arg_type type;
switch (*format)
/* Adjust for indentation of subsequent lines. */
width -= startcol_after_break;
- recompute:
+ recompute: ;
/* The line starts with different things depending on whether it
is the first line, and if we are using the indented style.
See INDENT-F. */
for (size_t i = width; i > 0; i--)
putc (' ', stderr);
- after_indent:
+ after_indent: ;
const char *np = strchr (cp, '\n');
if (np == NULL || np[1] == '\0')