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
5159f1da
Kaydet (Commit)
5159f1da
authored
Nis 11, 2002
tarafından
Jack Jansen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Got rid of ifdefs for long-obsolete GUSI versions and other lurkers.
üst
32baa2c8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
macglue.h
Mac/Include/macglue.h
+0
-6
No files found.
Mac/Include/macglue.h
Dosyayı görüntüle @
5159f1da
...
...
@@ -46,11 +46,6 @@ typedef struct {
double
bg_yield
;
/* yield at most so long when in background */
}
PyMacSchedParams
;
#ifdef USE_GUSI1
void
PyMac_FixGUSIcd
(
void
);
/* Workaround for GUSI chdir() call */
extern
void
PyMac_SetGUSISpin
(
void
);
/* Install our private GUSI spin routine */
#endif
unsigned
char
*
Pstring
(
char
*
str
);
/* Convert c-string to pascal-string in static buffer */
#ifdef USE_GUSI
...
...
@@ -63,7 +58,6 @@ extern FSSpec PyMac_ApplicationFSSpec; /* Application location (from macargv.c)
extern
char
PyMac_ApplicationPath
[];
/* Application location (from macargv.c) */
extern
OSErr
PyMac_init_application_location
(
void
);
/* Init the above */
extern
int
PyMac_GetArgv
(
char
***
,
int
);
/* Get argc, argv (from macargv.c) */
extern
int
PyMac_AppearanceCompliant
;
/* True if in appearance support mode */
extern
PyObject
*
PyMac_OSErrException
;
/* Exception for OSErr */
PyObject
*
PyMac_GetOSErrException
(
void
);
/* Initialize & return it */
...
...
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