summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cgcode.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/cgcode.c b/cgcode.c
index 9aacde8..86dbfc3 100644
--- a/cgcode.c
+++ b/cgcode.c
@@ -10,9 +10,6 @@
# include <stdint.h>
#endif
-#if defined (G_POWER) || defined (I486) || defined (sparc)
-# define NO_STRING_ADDRESS_IN_DESCRIPTOR
-#endif
#undef NO_FUNCTION_NAMES
#undef NO_CONSTRUCTOR_NAMES
@@ -24,6 +21,10 @@
#include "cgport.h"
+#if defined (G_POWER) || defined (I486) || defined (sparc)
+# define NO_STRING_ADDRESS_IN_DESCRIPTOR
+#endif
+
#if defined (G_POWER) || defined (I486)
# define PROFILE
# if defined (G_POWER)