summaryrefslogtreecommitdiff
path: root/cgport.h
diff options
context:
space:
mode:
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