diff options
Diffstat (limited to 'Mac/Python/macgetcompiler.c')
-rw-r--r-- | Mac/Python/macgetcompiler.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Mac/Python/macgetcompiler.c b/Mac/Python/macgetcompiler.c index a5c72fa..b5da2bf 100644 --- a/Mac/Python/macgetcompiler.c +++ b/Mac/Python/macgetcompiler.c @@ -47,13 +47,7 @@ PERFORMANCE OF THIS SOFTWARE. #define HASTHREAD " WITHOUT_THREAD" #endif -#if TARGET_API_MAC_CARBON -#define TARGET_API "" -#else -#define TARGET_API " PPC" -#endif - -#define COMPILER " [CW" TARGET_API HASGUSI HASTHREAD"]" +#define COMPILER " [CW" HASGUSI HASTHREAD"]" #endif #ifdef MPW |