mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 15:23:02 +00:00
Port ARGMATCH_DEFINE_GROUP calls to C99
* src/complain.c, src/getargs.c: Omit ‘;’ after call to ARGMATCH_DEFINE_GROUP, as C99 does not allow ‘;’ there.
This commit is contained in:
@@ -107,7 +107,7 @@ flush (FILE *out)
|
||||
| --warnings's handling. |
|
||||
`------------------------*/
|
||||
|
||||
ARGMATCH_DEFINE_GROUP(warning, warnings);
|
||||
ARGMATCH_DEFINE_GROUP(warning, warnings)
|
||||
|
||||
static const argmatch_warning_doc argmatch_warning_docs[] =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user