]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Merged Jack's macgetcompiler.c and Guido's maccompiler.c and named the
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 14 Aug 1995 12:30:15 +0000 (12:30 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 14 Aug 1995 12:30:15 +0000 (12:30 +0000)
result macgetcompiler.c (after all, *I* did the merging:-)

Mac/Python/macgetcompiler.c

index b249d671a67b2daef3dff4de6b89d55269f1d9a1..67399d8fcda6e6f913833c6fcff038f143d9af56 100644 (file)
@@ -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__