summaryrefslogtreecommitdiff
path: root/cgport.h
diff options
context:
space:
mode:
authorJohn van Groningen2003-07-11 13:48:24 +0000
committerJohn van Groningen2003-07-11 13:48:24 +0000
commit2bab966912949ce389a41dd22ae9718eb503b351 (patch)
treebda045085f49d8b258cfb88ee69a0a3e37c704b6 /cgport.h
parentadd .c and .h files (diff)
remove #undef MACH_O
Diffstat (limited to 'cgport.h')
-rw-r--r--cgport.h3
1 files changed, 1 insertions, 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