diff options
Diffstat (limited to 'Mac/Python')
-rw-r--r-- | Mac/Python/macgetcompiler.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Mac/Python/macgetcompiler.c b/Mac/Python/macgetcompiler.c index 39f3a2b..d7f535f 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) |