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
4cae5e6c
Kaydet (Commit)
4cae5e6c
authored
Tem 28, 1995
tarafından
Jack Jansen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
- Added getplatform()
- (temporarily?) removed newmodule reference
üst
614cf816
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
config.c
Mac/Modules/config.c
+9
-0
No files found.
Mac/Modules/config.c
Dosyayı görüntüle @
4cae5e6c
...
...
@@ -128,6 +128,11 @@ getcopyright()
return
"Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam"
;
}
char
*
getplatform
()
{
return
"mac"
;
}
/* Return the initial python search path. This is called once from
initsys() to initialize sys.path.
...
...
@@ -282,7 +287,9 @@ extern void initfl();
extern
void
initthread
();
extern
void
inittiming
();
extern
void
initsignal
();
#if 0
extern void initnew();
#endif
extern
void
initdl
();
extern
void
initsyslog
();
extern
void
initgestalt
();
...
...
@@ -353,7 +360,9 @@ struct {
#endif
{
"md5"
,
initmd5
},
{
"rotor"
,
initrotor
},
#if 0
{"new", initnew},
#endif
{
"gestalt"
,
initgestalt
},
{
"macfs"
,
initmacfs
},
#ifdef THINK_C
...
...
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