mirror of
https://github.com/python/cpython.git
synced 2025-09-09 10:21:43 +00:00
Modified for GUSI
This commit is contained in:
parent
b852b74c71
commit
c743c8d166
5 changed files with 76 additions and 6 deletions
|
@ -5,13 +5,18 @@
|
|||
#endif
|
||||
|
||||
#ifdef __MWERKS__
|
||||
#ifdef USE_GUSI
|
||||
#define HASGUSI " w/GUSI"
|
||||
#else
|
||||
#define HASGUSI ""
|
||||
#endif
|
||||
#ifdef __powerc
|
||||
#define COMPILER " [CW PPC]"
|
||||
#define COMPILER " [CW PPC" HASGUSI "]"
|
||||
#else
|
||||
#ifdef __CFM68K__
|
||||
#define COMPILER " [CW CFM68K]"
|
||||
#define COMPILER " [CW CFM68K" HASGUSI "]"
|
||||
#else
|
||||
#define COMPILER " [CW 68K]"
|
||||
#define COMPILER " [CW 68K" HASGUSI "]"
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue