From e17fd2a5afab84e58e60df87b02b9c7139a57248 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Tue, 11 Jul 2000 22:37:03 +0000 Subject: Got rid of __SC__ ifdefs. --- Mac/Python/macgetcompiler.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Mac/Python/macgetcompiler.c') diff --git a/Mac/Python/macgetcompiler.c b/Mac/Python/macgetcompiler.c index 39f3a2b191..d7f535fefc 100644 --- a/Mac/Python/macgetcompiler.c +++ b/Mac/Python/macgetcompiler.c @@ -69,12 +69,8 @@ PERFORMANCE OF THIS SOFTWARE. #endif #ifdef MPW -#ifdef __SC__ -#define COMPILER " [Symantec MPW]" -#else #define COMPILER " [Apple MPW]" #endif -#endif const char * Py_GetCompiler(void) -- cgit v1.2.1