Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
d9f6e92f
Kaydet (Commit)
d9f6e92f
authored
Haz 04, 2000
tarafından
Jack Jansen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Removed THINK_C support.
Added a CARBON indicator to the version string.
üst
7ce6d074
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
macgetcompiler.c
Mac/Python/macgetcompiler.c
+9
-7
No files found.
Mac/Python/macgetcompiler.c
Dosyayı görüntüle @
d9f6e92f
...
...
@@ -33,10 +33,6 @@ PERFORMANCE OF THIS SOFTWARE.
#include "config.h"
#ifdef THINK_C
#define COMPILER " [THINK C]"
#endif
#ifdef __MWERKS__
#ifdef USE_GUSI1
#define HASGUSI " w/GUSI1"
...
...
@@ -54,13 +50,19 @@ PERFORMANCE OF THIS SOFTWARE.
#define HASTHREAD ""
#endif
#ifdef TARGET_API_MAC_CARBON
#define TARGET_API " CARBON"
#else
#define TARGET_API ""
#endif
#ifdef __powerc
#define COMPILER " [CW PPC" HASGUSI HASTHREAD"]"
#define COMPILER " [CW PPC"
TARGET_API
HASGUSI HASTHREAD"]"
#else
#ifdef __CFM68K__
#define COMPILER " [CW CFM68K" HASGUSI HASTHREAD"]"
#define COMPILER " [CW CFM68K"
TARGET_API
HASGUSI HASTHREAD"]"
#else
#define COMPILER " [CW 68K" HASGUSI HASTHREAD"]"
#define COMPILER " [CW 68K"
TARGET_API
HASGUSI HASTHREAD"]"
#endif
#endif
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment