From f717ac29f056147ab968df5c18385960a26b31a8 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Mon, 14 Aug 1995 12:30:15 +0000 Subject: [PATCH] Merged Jack's macgetcompiler.c and Guido's maccompiler.c and named the result macgetcompiler.c (after all, *I* did the merging:-) --- Mac/Python/macgetcompiler.c | 4 ++++ 1 file changed, 4 insertions(+) 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__