(ivar_decls): Give a pedwarn (instead of a warning) for excess semicolons.

From-SVN: r3545
This commit is contained in:
Richard Stallman 1993-02-26 23:55:35 +00:00
parent fcf956c038
commit ea3cfc819a
1 changed files with 1 additions and 1 deletions

View File

@ -2095,7 +2095,7 @@ ivar_decls:
| ivar_decls ';'
{
if (pedantic)
warning ("extra semicolon in struct or union specified");
pedwarn ("extra semicolon in struct or union specified");
}
;