* decl2.c (import_export_class): Don't use dllexport
attribute as a heuristic.
From-SVN: r21703
+1998-08-13 Mumit Khan <khan@xraylith.wisc.edu>
+
+ * decl2.c (import_export_class): Don't use dllexport
+ attribute as a heuristic.
+
1998-07-29 Jason Merrill <jason@yorick.cygnus.com>
* decl.c (push_overloaded_decl): Use current_namespace instead of
/* FIXME this should really use some sort of target-independent macro. */
if (lookup_attribute ("dllimport", TYPE_ATTRIBUTES (ctype)))
import_export = -1;
- else if (lookup_attribute ("dllexport", TYPE_ATTRIBUTES (ctype)))
- import_export = 1;
#endif
/* If we got -fno-implicit-templates, we import template classes that