Commit e2b69423 by Mark Mitchell Committed by Mark Mitchell

* decl2.c (finish_file): Fix merge botch.

From-SVN: r66114
parent 09b04f2d
2003-04-26 Mark Mitchell <mark@codesourcery.com>
* decl2.c (finish_file): Fix merge botch.
2003-04-25 Mark Mitchell <mark@codesourcery.com>
* decl2.c (finish_file): Don't call import_export_decl for
......
......@@ -2756,6 +2756,8 @@ finish_file ()
if (!DECL_SAVED_TREE (decl))
continue;
import_export_decl (decl);
/* We lie to the back-end, pretending that some functions
are not defined when they really are. This keeps these
functions from being put out unnecessarily. But, we must
......
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