diff options
author | John van Groningen | 2003-07-11 13:48:24 +0000 |
---|---|---|
committer | John van Groningen | 2003-07-11 13:48:24 +0000 |
commit | 2bab966912949ce389a41dd22ae9718eb503b351 (patch) | |
tree | bda045085f49d8b258cfb88ee69a0a3e37c704b6 /cgport.h | |
parent | add .c and .h files (diff) |
remove #undef MACH_O
Diffstat (limited to 'cgport.h')
-rw-r--r-- | cgport.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |