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
e17fd2a5
Kaydet (Commit)
e17fd2a5
authored
Tem 11, 2000
tarafından
Jack Jansen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Got rid of __SC__ ifdefs.
üst
cbf630f0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
12 deletions
+0
-12
macglue.h
Mac/Include/macglue.h
+0
-4
macmodule.c
Mac/Modules/macmodule.c
+0
-4
macgetcompiler.c
Mac/Python/macgetcompiler.c
+0
-4
No files found.
Mac/Include/macglue.h
Dosyayı görüntüle @
e17fd2a5
...
...
@@ -49,10 +49,6 @@ typedef struct {
#define HAVE_UNIVERSAL_HEADERS
#endif
#ifdef SYMANTEC__CFM68K__
#pragma lib_export on
#endif
#ifdef USE_GUSI1
void
PyMac_FixGUSIcd
(
void
);
/* Workaround for GUSI chdir() call */
extern
void
PyMac_SetGUSISpin
(
void
);
/* Install our private GUSI spin routine */
...
...
Mac/Modules/macmodule.c
Dosyayı görüntüle @
e17fd2a5
...
...
@@ -105,11 +105,7 @@ struct dirent * readdir(DIR *);
int
rmdir
(
const
char
*
path
);
int
sync
(
void
);
#if defined(__SC__)
int
unlink
(
char
*
);
#else
int
unlink
(
const
char
*
);
#endif
#endif
/* USE_GUSI */
...
...
Mac/Python/macgetcompiler.c
Dosyayı görüntüle @
e17fd2a5
...
...
@@ -69,12 +69,8 @@ PERFORMANCE OF THIS SOFTWARE.
#endif
#ifdef MPW
#ifdef __SC__
#define COMPILER " [Symantec MPW]"
#else
#define COMPILER " [Apple MPW]"
#endif
#endif
const
char
*
Py_GetCompiler
(
void
)
...
...
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