mirror of https://github.com/python/cpython
Merged Jack's macgetcompiler.c and Guido's maccompiler.c and named the
result macgetcompiler.c (after all, *I* did the merging:-)
This commit is contained in:
parent
0e1c0ce4b0
commit
f717ac29f0
|
@ -8,9 +8,13 @@
|
||||||
#ifdef __powerc
|
#ifdef __powerc
|
||||||
#define COMPILER " [CW PPC]"
|
#define COMPILER " [CW PPC]"
|
||||||
#else
|
#else
|
||||||
|
#ifdef __CFM68K__
|
||||||
|
#define COMPILER " [CW CFM68K]"
|
||||||
|
#else
|
||||||
#define COMPILER " [CW 68K]"
|
#define COMPILER " [CW 68K]"
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef MPW
|
#ifdef MPW
|
||||||
#ifdef __SC__
|
#ifdef __SC__
|
||||||
|
|
Loading…
Reference in New Issue