summaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-02-16 14:20:10 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-02-16 14:20:10 +0000
commit7c2df24185b45306f38028ceb8bb87f28db72885 (patch)
treef080baaa17606be7e336f8de2af6b6c9acf31a1e /gcc/c-decl.c
parent11cb6006c38a0ffde76935c424346b5d2bf15f2d (diff)
downloadgcc-7c2df24185b45306f38028ceb8bb87f28db72885.tar.gz
* c-decl.c, c-ppoutput.c, cpphash.h, cpplib.h, dbxout.c,
line-map.c, line-map.h, var-tracking.c: Fix comment formatting. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77888 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-decl.c')
-rw-r--r--gcc/c-decl.c4
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;