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
6a5df909
Kaydet (Commit)
6a5df909
authored
Ock 18, 1995
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
ported Jacks changes back to think C
üst
f74d4e2a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
2 deletions
+14
-2
config.h
Mac/Include/config.h
+4
-0
config.c
Mac/Modules/config.c
+10
-2
No files found.
Mac/Include/config.h
Dosyayı görüntüle @
6a5df909
...
@@ -8,6 +8,10 @@
...
@@ -8,6 +8,10 @@
/* Define if on Macintosh (THINK_C, MPW or __MWERKS__ should also be defined) */
/* Define if on Macintosh (THINK_C, MPW or __MWERKS__ should also be defined) */
#define macintosh
#define macintosh
#ifdef THINK_C
#define HAVE_FOPENRF
#endif
/* Define if on AIX 3.
/* Define if on AIX 3.
System headers sometimes define this.
System headers sometimes define this.
We just want to avoid a redefinition error message. */
We just want to avoid a redefinition error message. */
...
...
Mac/Modules/config.c
Dosyayı görüntüle @
6a5df909
...
@@ -261,13 +261,14 @@ extern void initnew();
...
@@ -261,13 +261,14 @@ extern void initnew();
extern
void
initdl
();
extern
void
initdl
();
extern
void
initsyslog
();
extern
void
initsyslog
();
extern
void
initgestalt
();
extern
void
initgestalt
();
#ifdef THINK
#ifdef THINK
_C
extern
void
initmacconsole
();
extern
void
initmacconsole
();
#endif
#endif
extern
void
initctb
();
extern
void
initctb
();
extern
void
initmacspeech
();
extern
void
initmacspeech
();
extern
void
initmacdnr
();
extern
void
initmacdnr
();
extern
void
initmactcp
();
extern
void
initmactcp
();
extern
void
initAE
();
/* -- ADDMODULE MARKER 1 -- */
/* -- ADDMODULE MARKER 1 -- */
...
@@ -297,14 +298,21 @@ struct {
...
@@ -297,14 +298,21 @@ struct {
{
"rotor"
,
initrotor
},
{
"rotor"
,
initrotor
},
{
"new"
,
initnew
},
{
"new"
,
initnew
},
{
"gestalt"
,
initgestalt
},
{
"gestalt"
,
initgestalt
},
#ifdef THINK
#ifdef THINK
_C
{
"macconsole"
,
initmacconsole
},
{
"macconsole"
,
initmacconsole
},
#endif
#endif
{
"ctb"
,
initctb
},
{
"ctb"
,
initctb
},
#ifdef __MWERKS__
/* This is really "Jack Jansen" specific for now :-) */
{
"macspeech"
,
initmacspeech
},
{
"macspeech"
,
initmacspeech
},
{
"imgformat"
,
initimgformat
},
{
"imgformat"
,
initimgformat
},
{
"macdnr"
,
initmacdnr
},
{
"macdnr"
,
initmacdnr
},
{
"mactcp"
,
initmactcp
},
{
"mactcp"
,
initmactcp
},
#endif
#ifdef THINK_C
/* This is really "Guido van Rossum" specific... :-) */
{
"AE"
,
initAE
},
#endif
/* -- ADDMODULE MARKER 2 -- */
/* -- ADDMODULE MARKER 2 -- */
...
...
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