summaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
diff options
context:
space:
mode:
authormerrill <merrill@138bc75d-0d04-0410-961f-82ee72b054a4>1996-11-20 00:10:51 +0000
committermerrill <merrill@138bc75d-0d04-0410-961f-82ee72b054a4>1996-11-20 00:10:51 +0000
commit559a25f1a3af6c95db628f62d986f6a032c8b9bc (patch)
tree133daa334fed2a32a4e85d5d56035b09f299362c /gcc/c-decl.c
parentcc32470291c72e73c89c10aea11c9563f6f069a4 (diff)
downloadgcc-559a25f1a3af6c95db628f62d986f6a032c8b9bc.tar.gz
x
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@13208 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-decl.c')
-rw-r--r--gcc/c-decl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/c-decl.c b/gcc/c-decl.c
index accc0257e96..934793929a1 100644
--- a/gcc/c-decl.c
+++ b/gcc/c-decl.c
@@ -2415,6 +2415,7 @@ implicitly_declare (functionid)
DECL_EXTERNAL (decl) = 1;
TREE_PUBLIC (decl) = 1;
+ DECL_ARTIFICIAL (decl);
/* Record that we have an implicit decl and this is it. */
IDENTIFIER_IMPLICIT_DECL (functionid) = decl;