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
9588770e
Kaydet (Commit)
9588770e
authored
Kas 19, 2003
tarafından
Jack Jansen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
PyDoc_STR is always defined nowadays (and has been for quite some time:-)
üst
e48cef7a
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
15 deletions
+0
-15
aesupport.py
Mac/Modules/ae/aesupport.py
+0
-3
helpsupport.py
Mac/Modules/help/helpsupport.py
+0
-3
ressupport.py
Mac/Modules/res/ressupport.py
+0
-3
scrapsupport.py
Mac/Modules/scrap/scrapsupport.py
+0
-3
wastesupport.py
Mac/Modules/waste/wastesupport.py
+0
-3
No files found.
Mac/Modules/ae/aesupport.py
Dosyayı görüntüle @
9588770e
...
...
@@ -82,9 +82,6 @@ AEMethod = OSErrWeakLinkMethodGenerator
includestuff
=
includestuff
+
"""
#ifndef PyDoc_STR
#define PyDoc_STR(x) (x)
#endif
#include <Carbon/Carbon.h>
#ifdef USE_TOOLBOX_OBJECT_GLUE
...
...
Mac/Modules/help/helpsupport.py
Dosyayı görüntüle @
9588770e
...
...
@@ -36,9 +36,6 @@ MenuItemIndex = Type("MenuItemIndex", "H")
#EventKind = Type("EventKind", "H")
includestuff
=
includestuff
+
"""
#ifndef PyDoc_STR
#define PyDoc_STR(x) (x)
#endif
#include <Carbon/Carbon.h>
"""
...
...
Mac/Modules/res/ressupport.py
Dosyayı görüntüle @
9588770e
...
...
@@ -25,9 +25,6 @@ FSCatalogInfo_ptr = FakeType("(FSCatalogInfo *)0")
# includestuff etc. are imported from macsupport
includestuff
=
includestuff
+
"""
#ifndef PyDoc_STR
#define PyDoc_STR(x) (x)
#endif
#include <Carbon/Carbon.h>
#ifdef USE_TOOLBOX_OBJECT_GLUE
...
...
Mac/Modules/scrap/scrapsupport.py
Dosyayı görüntüle @
9588770e
...
...
@@ -26,9 +26,6 @@ from macsupport import *
ScrapRef
=
OpaqueByValueType
(
OBJECTTYPE
,
OBJECTPREFIX
)
includestuff
=
includestuff
+
"""
#ifndef PyDoc_STR
#define PyDoc_STR(x) (x)
#endif
#include <Carbon/Carbon.h>
/*
...
...
Mac/Modules/waste/wastesupport.py
Dosyayı görüntüle @
9588770e
...
...
@@ -63,9 +63,6 @@ includestuff = includestuff + """
#include <
%
s>"""
%
MACHEADERFILE
+
"""
#include <WEObjectHandlers.h>
#include <WETabs.h>
#ifndef PyDoc_STR
#define PyDoc_STR(x) (x)
#endif
/* Exported by Qdmodule.c: */
extern PyObject *QdRGB_New(RGBColor *);
...
...
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