From 1c73d5c6f588b3fc662a8e83b425f8821f31b87e Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Thu, 1 Jun 2006 14:13:21 +0000 Subject: move test for NO_STRING_ADDRESS_IN_DESCRIPTOR after include of cgport.h --- cgcode.c | 7 ++++--- 1 file 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 #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) -- cgit v1.2.3