diff options
-rw-r--r-- | cgcode.c | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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) |