summaryrefslogtreecommitdiff
path: root/cgport.h
diff options
context:
space:
mode:
authorJohn van Groningen2005-11-21 11:17:09 +0000
committerJohn van Groningen2005-11-21 11:17:09 +0000
commit47118fb4c0662448bc74fc5583e55a74838c6e7e (patch)
treeb59b88bcbf679bf657efe8c19cc95d1d4ed017a5 /cgport.h
parentchange descriptors for apply with >1 argument and selectors (diff)
use new descriptors on the PowerPC
Diffstat (limited to 'cgport.h')
-rw-r--r--cgport.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/cgport.h b/cgport.h
index a0d17de..58c5d86 100644
--- a/cgport.h
+++ b/cgport.h
@@ -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