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
e2b5d046
Kaydet (Commit)
e2b5d046
authored
Kas 14, 1995
tarafından
Jack Jansen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Changed for the 1.3.2 compiler (CW7.5)
üst
79559dcf
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
macshlglue.c
Mac/Python/macshlglue.c
+2
-2
No files found.
Mac/Python/macshlglue.c
Dosyayı görüntüle @
e2b5d046
...
...
@@ -16,7 +16,7 @@
#include <setjmp.h>
#include <stdio.h>
void
*
__local_destructor_chain
;
/* chain of local objects that need destruction */
/*
void *__local_destructor_chain; /* chain of local objects that need destruction */
/* public data */
...
...
@@ -38,7 +38,7 @@ static FSSpec library_fss;
** loaded. We always return noErr (we just continue without the resources).
*/
OSErr
pascal
__s
init
(
InitBlockPtr
data
)
PythonCore_
init
(
InitBlockPtr
data
)
{
if
(
data
==
nil
)
return
noErr
;
if
(
data
->
fragLocator
.
where
==
kOnDiskFlat
)
{
...
...
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