diff options
Diffstat (limited to 'Mac/Python/macgetcompiler.c')
-rw-r--r-- | Mac/Python/macgetcompiler.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Mac/Python/macgetcompiler.c b/Mac/Python/macgetcompiler.c index b249d67..67399d8 100644 --- a/Mac/Python/macgetcompiler.c +++ b/Mac/Python/macgetcompiler.c @@ -8,9 +8,13 @@ #ifdef __powerc #define COMPILER " [CW PPC]" #else +#ifdef __CFM68K__ +#define COMPILER " [CW CFM68K]" +#else #define COMPILER " [CW 68K]" #endif #endif +#endif #ifdef MPW #ifdef __SC__ |