summaryrefslogtreecommitdiff
path: root/ACE/ace/config-macosx-tiger.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/config-macosx-tiger.h')
-rw-r--r--ACE/ace/config-macosx-tiger.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/ACE/ace/config-macosx-tiger.h b/ACE/ace/config-macosx-tiger.h
index 906509818ab..ffbac895798 100644
--- a/ACE/ace/config-macosx-tiger.h
+++ b/ACE/ace/config-macosx-tiger.h
@@ -10,14 +10,6 @@
#define __ACE_INLINE__
#endif /* ! __ACE_INLINE__ */
-#if defined (__GNUG__)
-# include "ace/config-g++-common.h"
-#endif /* __GNUG__ */
-
-#define ACE_HAS_WORKING_EXPLICIT_TEMPLATE_DESTRUCTOR
-
-#define ACE_SIZE_T_FORMAT_SPECIFIER ACE_TEXT ("%lu")
-
#if !defined (ACE_SIZEOF_LONG_DOUBLE)
# if (__GNUC__ == 3 && __GNUC_MINOR__ == 3)
// Size of long double in GCC 3.3 is 8.
@@ -28,6 +20,14 @@
# endif // GCC 3.3
#endif // ACE_SIZEOF_LONG_DOUBLE
+#if defined (__GNUG__)
+# include "ace/config-g++-common.h"
+#endif /* __GNUG__ */
+
+#define ACE_HAS_WORKING_EXPLICIT_TEMPLATE_DESTRUCTOR
+
+#define ACE_SIZE_T_FORMAT_SPECIFIER ACE_TEXT ("%lu")
+
#if !defined (__i386__)
# if defined (ACE_HAS_PENTIUM)
# undef ACE_HAS_PENTIUM