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
71c5b028
Kaydet (Commit)
71c5b028
authored
Agu 07, 2001
tarafından
Jack Jansen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Got rid of mactcp cruft, added Mlte and CF modules.
üst
b927285c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
8 deletions
+6
-8
macconfig.c
Mac/Modules/macconfig.c
+6
-8
No files found.
Mac/Modules/macconfig.c
Dosyayı görüntüle @
71c5b028
...
@@ -87,10 +87,6 @@ extern void initctb();
...
@@ -87,10 +87,6 @@ extern void initctb();
#ifdef USE_MACSPEECH
#ifdef USE_MACSPEECH
extern
void
initmacspeech
();
extern
void
initmacspeech
();
#endif
#endif
#ifdef USE_MACTCP
extern
void
initmacdnr
();
extern
void
initmactcp
();
#endif
#ifdef USE_IC
#ifdef USE_IC
extern
void
initicglue
();
extern
void
initicglue
();
#endif
#endif
...
@@ -103,6 +99,7 @@ extern void initFm();
...
@@ -103,6 +99,7 @@ extern void initFm();
extern
void
initHelp
();
extern
void
initHelp
();
extern
void
initIcn
();
extern
void
initIcn
();
extern
void
initList
();
extern
void
initList
();
extern
void
initMlte
();
extern
void
initQdoffs
();
extern
void
initQdoffs
();
extern
void
initSnd
();
extern
void
initSnd
();
extern
void
initSndihooks
();
extern
void
initSndihooks
();
...
@@ -110,6 +107,7 @@ extern void initScrap();
...
@@ -110,6 +107,7 @@ extern void initScrap();
extern
void
initTE
();
extern
void
initTE
();
extern
void
initColorPicker
();
extern
void
initColorPicker
();
extern
void
initPrinting
();
extern
void
initPrinting
();
extern
void
initCF
();
#endif
#endif
#ifdef USE_CORE_TOOLBOX
#ifdef USE_CORE_TOOLBOX
extern
void
initAE
();
extern
void
initAE
();
...
@@ -215,10 +213,6 @@ struct _inittab _PyImport_Inittab[] = {
...
@@ -215,10 +213,6 @@ struct _inittab _PyImport_Inittab[] = {
#ifdef USE_MACSPEECH
#ifdef USE_MACSPEECH
{
"macspeech"
,
initmacspeech
},
{
"macspeech"
,
initmacspeech
},
#endif
#endif
#ifdef USE_MACTCP
{
"macdnr"
,
initmacdnr
},
{
"mactcp"
,
initmactcp
},
#endif
#ifdef USE_IC
#ifdef USE_IC
{
"icglue"
,
initicglue
},
{
"icglue"
,
initicglue
},
#endif
#endif
...
@@ -238,6 +232,7 @@ struct _inittab _PyImport_Inittab[] = {
...
@@ -238,6 +232,7 @@ struct _inittab _PyImport_Inittab[] = {
{
"Fm"
,
initFm
},
{
"Fm"
,
initFm
},
{
"Icn"
,
initIcn
},
{
"Icn"
,
initIcn
},
{
"List"
,
initList
},
{
"List"
,
initList
},
{
"Mlte"
,
initMlte
},
{
"Qdoffs"
,
initQdoffs
},
{
"Qdoffs"
,
initQdoffs
},
{
"Snd"
,
initSnd
},
{
"Snd"
,
initSnd
},
{
"Sndihooks"
,
initSndihooks
},
{
"Sndihooks"
,
initSndihooks
},
...
@@ -249,6 +244,9 @@ struct _inittab _PyImport_Inittab[] = {
...
@@ -249,6 +244,9 @@ struct _inittab _PyImport_Inittab[] = {
{
"Help"
,
initHelp
},
{
"Help"
,
initHelp
},
{
"Printing"
,
initPrinting
},
{
"Printing"
,
initPrinting
},
#endif
#endif
#if TARGET_API_MAC_CARBON
{
"CF"
,
initCF
},
#endif
#endif
#endif
#ifdef USE_QT
#ifdef USE_QT
{
"Cm"
,
initCm
},
{
"Cm"
,
initCm
},
...
...
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