diff options
Diffstat (limited to 'gcc/c-decl.c')
-rw-r--r-- | gcc/c-decl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/c-decl.c b/gcc/c-decl.c index 0487e03d0c9..685a9c80dfd 100644 --- a/gcc/c-decl.c +++ b/gcc/c-decl.c @@ -794,7 +794,7 @@ match_builtin_function_types (tree newtype, tree oldtype) /* Subroutine of diagnose_mismatched_decls. Check for function type mismatch involving an empty arglist vs a nonempty one and give clearer - diagnostics. */ + diagnostics. */ static void diagnose_arglist_conflict (tree newdecl, tree olddecl, tree newtype, tree oldtype) @@ -970,7 +970,7 @@ diagnose_mismatched_decls (tree newdecl, tree olddecl, { /* If types don't match for a built-in, throw away the built-in. No point in calling locate_old_decl here, it - won't print anything. */ + won't print anything. */ warning ("%Jconflicting types for built-in function '%D'", newdecl, newdecl); return false; |