aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-02-16 14:20:10 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-02-16 14:20:10 +0000
commit9ac974606795ef764ada5241981be2c899dc5586 (patch)
treef080baaa17606be7e336f8de2af6b6c9acf31a1e /gcc/c-decl.c
parent875427f0e6654e436c6a153d5435764a39dc5bbf (diff)
downloadgcc-9ac974606795ef764ada5241981be2c899dc5586.zip
gcc-9ac974606795ef764ada5241981be2c899dc5586.tar.gz
gcc-9ac974606795ef764ada5241981be2c899dc5586.tar.bz2
c-decl.c, [...]: Fix comment formatting.
* c-decl.c, c-ppoutput.c, cpphash.h, cpplib.h, dbxout.c, line-map.c, line-map.h, var-tracking.c: Fix comment formatting. From-SVN: r77888
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 0487e03..685a9c8 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;