mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Got rid of __SC__ ifdefs.
This commit is contained in:
parent
cbf630f0a9
commit
e17fd2a5af
3 changed files with 0 additions and 12 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue