summaryrefslogtreecommitdiff
path: root/cgport.h
diff options
context:
space:
mode:
authorJohn van Groningen2004-04-19 15:10:53 +0000
committerJohn van Groningen2004-04-19 15:10:53 +0000
commit4e726a3547fd84a8741b4662efbac664bf8894d7 (patch)
tree622009e005a5d34cd9e2ad467606d055920e63ca /cgport.h
parentimplement tuple result for centry on IA32 (diff)
port to gcc on Mac OS X
Diffstat (limited to 'cgport.h')
-rw-r--r--cgport.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/cgport.h b/cgport.h
index 61abeda..6840dd5 100644
--- a/cgport.h
+++ b/cgport.h
@@ -1,13 +1,7 @@
#define FINALIZERS
-#undef PROJECT_BUILDER
-
-#ifdef PROJECT_BUILDER
-# define GNU_C
-#endif
-
-#if defined (__MWERKS__) || defined (__MRC__) || defined (PROJECT_BUILDER)
+#if defined (__MWERKS__) || defined (__MRC__)
# define POWER
# ifdef __cplusplus
# include "cgrenameglobals.h"