(build_module_descriptor): Don't set DECL_EXTERNAL on

current_function_decl.

From-SVN: r7789
This commit is contained in:
Jim Wilson 1994-07-21 15:13:24 -07:00
parent 787745f56c
commit b1cf6cee09

View 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);