mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Got rid of w/MSL in the version string.
This commit is contained in:
parent
68552ddece
commit
850d118f74
1 changed files with 3 additions and 9 deletions
|
@ -48,12 +48,6 @@ PERFORMANCE OF THIS SOFTWARE.
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef USE_MSL
|
|
||||||
#define HASMSL " w/MSL"
|
|
||||||
#else
|
|
||||||
#define HASMSL ""
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef WITH_THREAD
|
#ifdef WITH_THREAD
|
||||||
#define HASTHREAD " w/THREADS"
|
#define HASTHREAD " w/THREADS"
|
||||||
#else
|
#else
|
||||||
|
@ -61,12 +55,12 @@ PERFORMANCE OF THIS SOFTWARE.
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __powerc
|
#ifdef __powerc
|
||||||
#define COMPILER " [CW PPC" HASGUSI HASMSL HASTHREAD"]"
|
#define COMPILER " [CW PPC" HASGUSI HASTHREAD"]"
|
||||||
#else
|
#else
|
||||||
#ifdef __CFM68K__
|
#ifdef __CFM68K__
|
||||||
#define COMPILER " [CW CFM68K" HASGUSI HASMSL HASTHREAD"]"
|
#define COMPILER " [CW CFM68K" HASGUSI HASTHREAD"]"
|
||||||
#else
|
#else
|
||||||
#define COMPILER " [CW 68K" HASGUSI HASMSL HASTHREAD"]"
|
#define COMPILER " [CW 68K" HASGUSI HASTHREAD"]"
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue