diff options
Diffstat (limited to 'gcc/cp/decl.c')
-rw-r--r-- | gcc/cp/decl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c index 9f4d82d8bd6..c10a0c7c1c7 100644 --- a/gcc/cp/decl.c +++ b/gcc/cp/decl.c @@ -7054,7 +7054,7 @@ check_tag_decl (declspecs) --end example] */ if (saw_typedef) { - error ("Missing type-name in typedef-declaration."); + error ("missing type-name in typedef-declaration"); return NULL_TREE; } /* Anonymous unions are objects, so they can have specifiers. */; |