diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2000-07-11 22:37:03 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2000-07-11 22:37:03 (GMT) |
commit | e17fd2a5afab84e58e60df87b02b9c7139a57248 (patch) | |
tree | 30d5b2daeb31eed8898556addb8ef899287ac7cf /Mac/Python | |
parent | cbf630f0a916b6e34295379db01a6e2950e05012 (diff) | |
download | cpython-e17fd2a5afab84e58e60df87b02b9c7139a57248.zip cpython-e17fd2a5afab84e58e60df87b02b9c7139a57248.tar.gz cpython-e17fd2a5afab84e58e60df87b02b9c7139a57248.tar.bz2 |
Got rid of __SC__ ifdefs.
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) |