mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Changed the few old routine names still used to the new ones
Started working on MSL support
This commit is contained in:
parent
85ae4a82ac
commit
08c3be35c3
3 changed files with 14 additions and 9 deletions
|
@ -43,13 +43,18 @@ PERFORMANCE OF THIS SOFTWARE.
|
|||
#else
|
||||
#define HASGUSI ""
|
||||
#endif
|
||||
#ifdef USE_MSL
|
||||
#define HASMSL " w/MSL"
|
||||
#else
|
||||
#define HASMSL ""
|
||||
#endif
|
||||
#ifdef __powerc
|
||||
#define COMPILER " [CW PPC" HASGUSI "]"
|
||||
#define COMPILER " [CW PPC" HASGUSI HASMSL "]"
|
||||
#else
|
||||
#ifdef __CFM68K__
|
||||
#define COMPILER " [CW CFM68K" HASGUSI "]"
|
||||
#define COMPILER " [CW CFM68K" HASGUSI HASMSL "]"
|
||||
#else
|
||||
#define COMPILER " [CW 68K" HASGUSI "]"
|
||||
#define COMPILER " [CW 68K" HASGUSI HASMSL "]"
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue