diff options
author | John van Groningen | 2005-11-21 11:17:09 +0000 |
---|---|---|
committer | John van Groningen | 2005-11-21 11:17:09 +0000 |
commit | 47118fb4c0662448bc74fc5583e55a74838c6e7e (patch) | |
tree | b59b88bcbf679bf657efe8c19cc95d1d4ed017a5 /cgport.h | |
parent | change descriptors for apply with >1 argument and selectors (diff) |
use new descriptors on the PowerPC
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 |