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 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__