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
fe9acdea
Kaydet (Commit)
fe9acdea
authored
Agu 30, 2002
tarafından
Jack Jansen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Typecode for AHTOCType was wrong. Fixed.
üst
4e39949d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
_AHmodule.c
Mac/Modules/ah/_AHmodule.c
+1
-1
ahsupport.py
Mac/Modules/ah/ahsupport.py
+1
-1
No files found.
Mac/Modules/ah/_AHmodule.c
Dosyayı görüntüle @
fe9acdea
...
...
@@ -52,7 +52,7 @@ static PyObject *Ah_AHGotoMainTOC(PyObject *_self, PyObject *_args)
PyObject
*
_res
=
NULL
;
OSStatus
_err
;
AHTOCType
toctype
;
if
(
!
PyArg_ParseTuple
(
_args
,
"
s
"
,
if
(
!
PyArg_ParseTuple
(
_args
,
"
h
"
,
&
toctype
))
return
NULL
;
_err
=
AHGotoMainTOC
(
toctype
);
...
...
Mac/Modules/ah/ahsupport.py
Dosyayı görüntüle @
fe9acdea
...
...
@@ -17,7 +17,7 @@ OUTPUTFILE = MODNAME + "module.c" # The file generated by this program
from
macsupport
import
*
# Create the type objects
AHTOCType
=
Type
(
"AHTOCType"
,
"
s
"
)
AHTOCType
=
Type
(
"AHTOCType"
,
"
h
"
)
includestuff
=
includestuff
+
"""
#ifdef WITHOUT_FRAMEWORKS
...
...
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