summaryrefslogtreecommitdiff
path: root/ACE/ace/config-macosx-leopard.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-07-21 11:44:45 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-07-21 11:44:45 +0000
commit79a83031c97795e8573062850567fcc64f4bde4d (patch)
tree1253c5b936ff2c97f854fcb71046ae746861db02 /ACE/ace/config-macosx-leopard.h
parent26967baf943fb54a4f900b73b12fa0114515da12 (diff)
downloadATCD-79a83031c97795e8573062850567fcc64f4bde4d.tar.gz
Tue Jul 21 11:44:12 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
Reverted the change below, it was triggered by template problems in TAO_IDL generated code Sat Jul 18 00:52:14 UTC 2009 William R. Otte <wotte@dre.vanderbilt.edu> * ace/config-macosx-leopard.h: Intel on OS X requires explicit template visibility.
Diffstat (limited to 'ACE/ace/config-macosx-leopard.h')
-rw-r--r--ACE/ace/config-macosx-leopard.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ACE/ace/config-macosx-leopard.h b/ACE/ace/config-macosx-leopard.h
index 4ea588cf489..6a1cc2afeac 100644
--- a/ACE/ace/config-macosx-leopard.h
+++ b/ACE/ace/config-macosx-leopard.h
@@ -10,10 +10,6 @@
#define __ACE_INLINE__
#endif /* ! __ACE_INLINE__ */
-#ifdef __INTEL_COMPILER
-#define ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION_EXPORT
-#endif
-
#if !defined (ACE_SIZEOF_LONG_DOUBLE)
# if (__GNUC__ == 3 && __GNUC_MINOR__ == 3)
// Size of long double in GCC 3.3 is 8.