diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1994-07-21 15:13:24 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1994-07-21 15:13:24 -0700 |
commit | b1cf6cee09c39a28dc9a48c8a9c75e87c8eb09fb (patch) | |
tree | 0010bbe7d651b03b75d87c831ccf33a16c113717 /gcc | |
parent | 787745f56c13fb51357a4fa580cc8c4b37aae924 (diff) | |
download | gcc-b1cf6cee09c39a28dc9a48c8a9c75e87c8eb09fb.zip gcc-b1cf6cee09c39a28dc9a48c8a9c75e87c8eb09fb.tar.gz gcc-b1cf6cee09c39a28dc9a48c8a9c75e87c8eb09fb.tar.bz2 |
(build_module_descriptor): Don't set DECL_EXTERNAL on
current_function_decl.
From-SVN: r7789
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/objc/objc-act.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c index 087c302..f4ed5fd 100644 --- a/gcc/objc/objc-act.c +++ b/gcc/objc/objc-act.c @@ -1568,7 +1568,6 @@ build_module_descriptor () c_expand_expr_stmt (decelerator); TREE_PUBLIC (current_function_decl) = 1; - DECL_EXTERNAL (current_function_decl) = 1; finish_function (0); |