diff options
Diffstat (limited to 'gcc/c-parser.c')
-rw-r--r-- | gcc/c-parser.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/c-parser.c b/gcc/c-parser.c index cf34e04..c9b5293 100644 --- a/gcc/c-parser.c +++ b/gcc/c-parser.c @@ -1555,8 +1555,7 @@ c_parser_declaration_or_fndef (c_parser *parser, bool fndef_ok, case RID_AT_PROPERTY: if (specs->attrs) { - c_parser_error (parser, - "attributes may not be specified before" ); + c_parser_error (parser, "unexpected attribute"); specs->attrs = NULL; } break; |