(build_module_descriptor): Don't set DECL_EXTERNAL on
authorJim Wilson <wilson@gcc.gnu.org>
Thu, 21 Jul 1994 22:13:24 +0000 (15:13 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Thu, 21 Jul 1994 22:13:24 +0000 (15:13 -0700)
current_function_decl.

From-SVN: r7789

gcc/objc/objc-act.c

index 087c302f557dc24ca227010b640c11b29fd07fb8..f4ed5fdf2c7f458b31b81b325c86d896625dc5aa 100644 (file)
@@ -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);