From 47118fb4c0662448bc74fc5583e55a74838c6e7e Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Mon, 21 Nov 2005 11:17:09 +0000 Subject: use new descriptors on the PowerPC --- cgport.h | 7 ++++--- 1 file 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 -- cgit v1.2.3