From: Jim Wilson Date: Thu, 21 Jul 1994 22:13:24 +0000 (-0700) Subject: (build_module_descriptor): Don't set DECL_EXTERNAL on X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b1cf6cee09c39a28dc9a48c8a9c75e87c8eb09fb;p=gcc.git (build_module_descriptor): Don't set DECL_EXTERNAL on current_function_decl. From-SVN: r7789 --- diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c index 087c302f557..f4ed5fdf2c7 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);