From: Jack Jansen Date: Mon, 14 Aug 1995 12:30:15 +0000 (+0000) Subject: Merged Jack's macgetcompiler.c and Guido's maccompiler.c and named the X-Git-Tag: v1.3b1~38 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f717ac29f056147ab968df5c18385960a26b31a8;p=thirdparty%2FPython%2Fcpython.git Merged Jack's macgetcompiler.c and Guido's maccompiler.c and named the result macgetcompiler.c (after all, *I* did the merging:-) --- diff --git a/Mac/Python/macgetcompiler.c b/Mac/Python/macgetcompiler.c index b249d671a67b..67399d8fcda6 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__