diff options
Diffstat (limited to 'cgport.h')
-rw-r--r-- | cgport.h | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,9 +1,6 @@ #define FINALIZERS #define NEW_APPLY -#ifdef I486 -# define NEW_DESCRIPTORS -#endif #if defined (__MWERKS__) || defined (__MRC__) # define POWER @@ -14,6 +11,10 @@ # endif #endif +#if defined (I486) || defined (G_POWER) +# define NEW_DESCRIPTORS +#endif + #if 0 || defined (MACH_O) #define ALIGN_C_CALLS #endif |