From 2bab966912949ce389a41dd22ae9718eb503b351 Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Fri, 11 Jul 2003 13:48:24 +0000 Subject: remove #undef MACH_O --- cgport.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cgport.h b/cgport.h index 7ff8d22..7e40c47 100644 --- a/cgport.h +++ b/cgport.h @@ -8,7 +8,6 @@ #endif #if defined (__MWERKS__) || defined (__MRC__) || defined (PROJECT_BUILDER) -# undef MACH_O # define POWER # ifdef __cplusplus # include "cgrenameglobals.h" @@ -17,7 +16,7 @@ # endif #endif -#if 1 || defined (MACH_O) +#if 0 || defined (MACH_O) #define ALIGN_C_CALLS #endif -- cgit v1.2.3