summaryrefslogtreecommitdiff
path: root/cgcode.c
diff options
context:
space:
mode:
authorJohn van Groningen2006-06-01 14:13:21 +0000
committerJohn van Groningen2006-06-01 14:13:21 +0000
commit1c73d5c6f588b3fc662a8e83b425f8821f31b87e (patch)
tree42bf5ce51841099424faaf11ec8bbb73e89389e4 /cgcode.c
parentfix ccall with a real as normal argument and an integer as state argument (diff)
move test for NO_STRING_ADDRESS_IN_DESCRIPTOR after include of cgport.h
Diffstat (limited to 'cgcode.c')
-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)