diff options
Diffstat (limited to 'gcc/c-decl.c')
-rw-r--r-- | gcc/c-decl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-decl.c b/gcc/c-decl.c index d516ffe..3c241fe 100644 --- a/gcc/c-decl.c +++ b/gcc/c-decl.c @@ -1308,7 +1308,7 @@ diagnose_mismatched_decls (tree newdecl, tree olddecl, if (DECL_INITIAL (olddecl)) { /* If both decls are in the same TU and the new declaration - isn't overridding an extern inline reject the new decl. + isn't overriding an extern inline reject the new decl. When we handle c99 style inline rules we'll want to reject the following: |