diff --git a/Mac/Python/macgetcompiler.c b/Mac/Python/macgetcompiler.c index b249d671a67..67399d8fcda 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__