summaryrefslogtreecommitdiff
path: root/ACE/ace/config-macosx-tiger.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-11-28 10:13:10 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-11-28 10:13:10 +0100
commita1fa973ae766fb43fd095577cee78e58669b61bf (patch)
tree7ab0d2fb9d7dd58cbd73a2bf68b0475d5488be40 /ACE/ace/config-macosx-tiger.h
parent776c0f398c88ac855c7a3d32ccc0a48e6b802f46 (diff)
downloadATCD-a1fa973ae766fb43fd095577cee78e58669b61bf.tar.gz
Cleanup for gcc <= 4.8 which don't support C++11
* ACE/ace/OS_NS_dlfcn.inl: * ACE/ace/Stack_Trace.cpp: * ACE/ace/Time_Value.inl: * ACE/ace/config-aix-5.x.h: * ACE/ace/config-g++-common.h: * ACE/ace/config-icc-common.h: * ACE/ace/config-macosx-leopard.h: * ACE/ace/config-macosx-tiger.h: * ACE/ace/config-macros.h: * ACE/ace/config-sunos5.5.h: * ACE/ace/os_include/os_dlfcn.h: * TAO/orbsvcs/orbsvcs/Notify/MonitorControlExt/MC_Default_Factory.h: * TAO/orbsvcs/orbsvcs/Notify/RT_Factory.h: * TAO/tao/SystemException.h:
Diffstat (limited to 'ACE/ace/config-macosx-tiger.h')
-rw-r--r--ACE/ace/config-macosx-tiger.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/ACE/ace/config-macosx-tiger.h b/ACE/ace/config-macosx-tiger.h
index 1e39c828392..24c6e2d3917 100644
--- a/ACE/ace/config-macosx-tiger.h
+++ b/ACE/ace/config-macosx-tiger.h
@@ -9,13 +9,7 @@
#endif /* ! __ACE_INLINE__ */
#if !defined (ACE_SIZEOF_LONG_DOUBLE)
-# if (__GNUC__ == 3 && __GNUC_MINOR__ == 3)
- // Size of long double in GCC 3.3 is 8.
-# define ACE_SIZEOF_LONG_DOUBLE 8
-# else // Else, the compiler is GCC4
- // For GCC4, the size is 16.
# define ACE_SIZEOF_LONG_DOUBLE 16
-# endif // GCC 3.3
#endif // ACE_SIZEOF_LONG_DOUBLE
#if defined (__GNUG__)