Commit b1cf6cee by Jim Wilson

(build_module_descriptor): Don't set DECL_EXTERNAL on

current_function_decl.

From-SVN: r7789
parent 787745f5
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment