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
596e18a6
Kaydet (Commit)
596e18a6
authored
Agu 07, 2001
tarafından
Jack Jansen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Got rid of (hopefully) the last 68k Mac-related ifdefs and various other cruft.
üst
8d319d4f
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
0 additions
and
21 deletions
+0
-21
mwerks_carbon_config.h
Mac/mwerks/mwerks_carbon_config.h
+0
-3
mwerks_carbonplugin_config.h
Mac/mwerks/mwerks_carbonplugin_config.h
+0
-1
mwerks_nonshared_config.h
Mac/mwerks/mwerks_nonshared_config.h
+0
-2
mwerks_nscarbon_config.h
Mac/mwerks/mwerks_nscarbon_config.h
+0
-3
mwerks_shared_config.h
Mac/mwerks/mwerks_shared_config.h
+0
-2
mwerks_shcarbon_config.h
Mac/mwerks/mwerks_shcarbon_config.h
+0
-3
mwerks_small_config.h
Mac/mwerks/mwerks_small_config.h
+0
-2
mwerks_thrcarbonsm_config.h
Mac/mwerks/mwerks_thrcarbonsm_config.h
+0
-3
mwerks_threadsmall_config.h
Mac/mwerks/mwerks_threadsmall_config.h
+0
-2
No files found.
Mac/mwerks/mwerks_carbon_config.h
Dosyayı görüntüle @
596e18a6
...
@@ -7,7 +7,6 @@
...
@@ -7,7 +7,6 @@
#define ACCESSOR_CALLS_ARE_FUNCTIONS 1
#define ACCESSOR_CALLS_ARE_FUNCTIONS 1
#define OPAQUE_TOOLBOX_STRUCTS 1
#define OPAQUE_TOOLBOX_STRUCTS 1
#define TARGET_API_MAC_CARBON 1
#define TARGET_API_MAC_CARBON 1
#define TARGET_API_MAC_CARBON_NOTYET 1
/* Things we should do eventually, but not now */
#define USE_ARGV0_CHDIR
/* Workaround for OSXDP4: change dir to argv[0] dir */
#define USE_ARGV0_CHDIR
/* Workaround for OSXDP4: change dir to argv[0] dir */
#define USE_GUSI2
/* Stdio implemented with GUSI 2 */
#define USE_GUSI2
/* Stdio implemented with GUSI 2 */
...
@@ -34,10 +33,8 @@
...
@@ -34,10 +33,8 @@
#define USE_MSL_MALLOC
/* Disable private malloc. Also disables next two defines */
#define USE_MSL_MALLOC
/* Disable private malloc. Also disables next two defines */
#ifndef USE_MSL_MALLOC
#ifndef USE_MSL_MALLOC
/* #define USE_MALLOC_DEBUG /* Enable range checking and other malloc debugging */
/* #define USE_MALLOC_DEBUG /* Enable range checking and other malloc debugging */
#ifdef __powerc
#define USE_CACHE_ALIGNED 8
/* Align on 32-byte boundaries for 604 */
#define USE_CACHE_ALIGNED 8
/* Align on 32-byte boundaries for 604 */
#endif
#endif
#endif
#define WITHOUT_FRAMEWORKS
/* Use old-style Universal Header includes, not Carbon/Carbon.h */
#define WITHOUT_FRAMEWORKS
/* Use old-style Universal Header includes, not Carbon/Carbon.h */
#ifdef USE_MSL
#ifdef USE_MSL
...
...
Mac/mwerks/mwerks_carbonplugin_config.h
Dosyayı görüntüle @
596e18a6
...
@@ -4,7 +4,6 @@
...
@@ -4,7 +4,6 @@
#define ACCESSOR_CALLS_ARE_FUNCTIONS 1
#define ACCESSOR_CALLS_ARE_FUNCTIONS 1
#define OPAQUE_TOOLBOX_STRUCTS 1
#define OPAQUE_TOOLBOX_STRUCTS 1
#define TARGET_API_MAC_CARBON 1
#define TARGET_API_MAC_CARBON 1
#define TARGET_API_MAC_CARBON_NOTYET 1
/* Things we should do eventually, but not now */
#define WITHOUT_FRAMEWORKS
/* Use old-style Universal Header includes, not Carbon/Carbon.h */
#define WITHOUT_FRAMEWORKS
/* Use old-style Universal Header includes, not Carbon/Carbon.h */
#define USE_TOOLBOX_OBJECT_GLUE
/* Use glue routines for accessing PyArg_Parse/Py_BuildValue helpers */
#define USE_TOOLBOX_OBJECT_GLUE
/* Use glue routines for accessing PyArg_Parse/Py_BuildValue helpers */
...
...
Mac/mwerks/mwerks_nonshared_config.h
Dosyayı görüntüle @
596e18a6
...
@@ -30,10 +30,8 @@
...
@@ -30,10 +30,8 @@
#define USE_MSL_MALLOC
/* Disable private malloc. Also disables next two defines */
#define USE_MSL_MALLOC
/* Disable private malloc. Also disables next two defines */
#ifndef USE_MSL_MALLOC
#ifndef USE_MSL_MALLOC
/* #define USE_MALLOC_DEBUG /* Enable range checking and other malloc debugging */
/* #define USE_MALLOC_DEBUG /* Enable range checking and other malloc debugging */
#ifdef __powerc
#define USE_CACHE_ALIGNED 8
/* Align on 32-byte boundaries for 604 */
#define USE_CACHE_ALIGNED 8
/* Align on 32-byte boundaries for 604 */
#endif
#endif
#endif
#define WITHOUT_FRAMEWORKS
/* Use old-style Universal Header includes, not Carbon/Carbon.h */
#define WITHOUT_FRAMEWORKS
/* Use old-style Universal Header includes, not Carbon/Carbon.h */
#ifdef USE_MSL
#ifdef USE_MSL
...
...
Mac/mwerks/mwerks_nscarbon_config.h
Dosyayı görüntüle @
596e18a6
...
@@ -7,7 +7,6 @@
...
@@ -7,7 +7,6 @@
#define ACCESSOR_CALLS_ARE_FUNCTIONS 1
#define ACCESSOR_CALLS_ARE_FUNCTIONS 1
#define OPAQUE_TOOLBOX_STRUCTS 1
#define OPAQUE_TOOLBOX_STRUCTS 1
#define TARGET_API_MAC_CARBON 1
#define TARGET_API_MAC_CARBON 1
#define TARGET_API_MAC_CARBON_NOTYET 1
/* Things we should do eventually, but not now */
#define USE_ARGV0_CHDIR
/* Workaround for OSXDP4: change dir to argv[0] dir */
#define USE_ARGV0_CHDIR
/* Workaround for OSXDP4: change dir to argv[0] dir */
#define USE_GUSI2
/* Stdio implemented with GUSI 2 */
#define USE_GUSI2
/* Stdio implemented with GUSI 2 */
...
@@ -35,10 +34,8 @@
...
@@ -35,10 +34,8 @@
#define USE_MSL_MALLOC
/* Disable private malloc. Also disables next two defines */
#define USE_MSL_MALLOC
/* Disable private malloc. Also disables next two defines */
#ifndef USE_MSL_MALLOC
#ifndef USE_MSL_MALLOC
/* #define USE_MALLOC_DEBUG /* Enable range checking and other malloc debugging */
/* #define USE_MALLOC_DEBUG /* Enable range checking and other malloc debugging */
#ifdef __powerc
#define USE_CACHE_ALIGNED 8
/* Align on 32-byte boundaries for 604 */
#define USE_CACHE_ALIGNED 8
/* Align on 32-byte boundaries for 604 */
#endif
#endif
#endif
#define WITHOUT_FRAMEWORKS
/* Use old-style Universal Header includes, not Carbon/Carbon.h */
#define WITHOUT_FRAMEWORKS
/* Use old-style Universal Header includes, not Carbon/Carbon.h */
#ifdef USE_MSL
#ifdef USE_MSL
...
...
Mac/mwerks/mwerks_shared_config.h
Dosyayı görüntüle @
596e18a6
...
@@ -33,10 +33,8 @@
...
@@ -33,10 +33,8 @@
#define USE_MSL_MALLOC
/* Disable private malloc. Also disables next two defines */
#define USE_MSL_MALLOC
/* Disable private malloc. Also disables next two defines */
#ifndef USE_MSL_MALLOC
#ifndef USE_MSL_MALLOC
/* #define USE_MALLOC_DEBUG /* Enable range checking and other malloc debugging */
/* #define USE_MALLOC_DEBUG /* Enable range checking and other malloc debugging */
#ifdef __powerc
#define USE_CACHE_ALIGNED 8
/* Align on 32-byte boundaries for 604 */
#define USE_CACHE_ALIGNED 8
/* Align on 32-byte boundaries for 604 */
#endif
#endif
#endif
#ifdef USE_MSL
#ifdef USE_MSL
#define MSL_USE_PRECOMPILED_HEADERS 0
/* Don't use precomp headers: we include our own */
#define MSL_USE_PRECOMPILED_HEADERS 0
/* Don't use precomp headers: we include our own */
...
...
Mac/mwerks/mwerks_shcarbon_config.h
Dosyayı görüntüle @
596e18a6
...
@@ -8,7 +8,6 @@
...
@@ -8,7 +8,6 @@
#define ACCESSOR_CALLS_ARE_FUNCTIONS 1
#define ACCESSOR_CALLS_ARE_FUNCTIONS 1
#define OPAQUE_TOOLBOX_STRUCTS 1
#define OPAQUE_TOOLBOX_STRUCTS 1
#define TARGET_API_MAC_CARBON 1
#define TARGET_API_MAC_CARBON 1
#define TARGET_API_MAC_CARBON_NOTYET 1
/* Things we should do eventually, but not now */
#define USE_ARGV0_CHDIR
/* Workaround for OSXDP4: change dir to argv[0] dir */
#define USE_ARGV0_CHDIR
/* Workaround for OSXDP4: change dir to argv[0] dir */
#define USE_GUSI2
/* Stdio implemented with GUSI 2 */
#define USE_GUSI2
/* Stdio implemented with GUSI 2 */
...
@@ -38,10 +37,8 @@
...
@@ -38,10 +37,8 @@
#define USE_MSL_MALLOC
/* Disable private malloc. Also disables next two defines */
#define USE_MSL_MALLOC
/* Disable private malloc. Also disables next two defines */
#ifndef USE_MSL_MALLOC
#ifndef USE_MSL_MALLOC
/* #define USE_MALLOC_DEBUG /* Enable range checking and other malloc debugging */
/* #define USE_MALLOC_DEBUG /* Enable range checking and other malloc debugging */
#ifdef __powerc
#define USE_CACHE_ALIGNED 8
/* Align on 32-byte boundaries for 604 */
#define USE_CACHE_ALIGNED 8
/* Align on 32-byte boundaries for 604 */
#endif
#endif
#endif
#ifdef USE_MSL
#ifdef USE_MSL
#define MSL_USE_PRECOMPILED_HEADERS 0
/* Don't use precomp headers: we include our own */
#define MSL_USE_PRECOMPILED_HEADERS 0
/* Don't use precomp headers: we include our own */
...
...
Mac/mwerks/mwerks_small_config.h
Dosyayı görüntüle @
596e18a6
...
@@ -29,10 +29,8 @@
...
@@ -29,10 +29,8 @@
#define USE_MSL_MALLOC
/* Disable private malloc. Also disables next two defines */
#define USE_MSL_MALLOC
/* Disable private malloc. Also disables next two defines */
#ifndef USE_MSL_MALLOC
#ifndef USE_MSL_MALLOC
/* #define USE_MALLOC_DEBUG /* Enable range checking and other malloc debugging */
/* #define USE_MALLOC_DEBUG /* Enable range checking and other malloc debugging */
#ifdef __powerc
#define USE_CACHE_ALIGNED 8
/* Align on 32-byte boundaries for 604 */
#define USE_CACHE_ALIGNED 8
/* Align on 32-byte boundaries for 604 */
#endif
#endif
#endif
#ifdef USE_MSL
#ifdef USE_MSL
#define MSL_USE_PRECOMPILED_HEADERS 0
/* Don't use precomp headers: we include our own */
#define MSL_USE_PRECOMPILED_HEADERS 0
/* Don't use precomp headers: we include our own */
...
...
Mac/mwerks/mwerks_thrcarbonsm_config.h
Dosyayı görüntüle @
596e18a6
...
@@ -7,7 +7,6 @@
...
@@ -7,7 +7,6 @@
#define ACCESSOR_CALLS_ARE_FUNCTIONS 1
#define ACCESSOR_CALLS_ARE_FUNCTIONS 1
#define OPAQUE_TOOLBOX_STRUCTS 1
#define OPAQUE_TOOLBOX_STRUCTS 1
#define TARGET_API_MAC_CARBON 1
#define TARGET_API_MAC_CARBON 1
#define TARGET_API_MAC_CARBON_NOTYET 1
/* Things we should do eventually, but not now */
#define USE_ARGV0_CHDIR
/* Workaround for OSXDP4: change dir to argv[0] dir */
#define USE_ARGV0_CHDIR
/* Workaround for OSXDP4: change dir to argv[0] dir */
#define USE_GUSI2
/* Stdio implemented with GUSI 2 */
#define USE_GUSI2
/* Stdio implemented with GUSI 2 */
...
@@ -36,10 +35,8 @@
...
@@ -36,10 +35,8 @@
#define USE_MSL_MALLOC
/* Disable private malloc. Also disables next two defines */
#define USE_MSL_MALLOC
/* Disable private malloc. Also disables next two defines */
#ifndef USE_MSL_MALLOC
#ifndef USE_MSL_MALLOC
/* #define USE_MALLOC_DEBUG /* Enable range checking and other malloc debugging */
/* #define USE_MALLOC_DEBUG /* Enable range checking and other malloc debugging */
#ifdef __powerc
#define USE_CACHE_ALIGNED 8
/* Align on 32-byte boundaries for 604 */
#define USE_CACHE_ALIGNED 8
/* Align on 32-byte boundaries for 604 */
#endif
#endif
#endif
#ifdef USE_MSL
#ifdef USE_MSL
#define MSL_USE_PRECOMPILED_HEADERS 0
/* Don't use precomp headers: we include our own */
#define MSL_USE_PRECOMPILED_HEADERS 0
/* Don't use precomp headers: we include our own */
...
...
Mac/mwerks/mwerks_threadsmall_config.h
Dosyayı görüntüle @
596e18a6
...
@@ -30,10 +30,8 @@
...
@@ -30,10 +30,8 @@
#define USE_MSL_MALLOC
/* Disable private malloc. Also disables next two defines */
#define USE_MSL_MALLOC
/* Disable private malloc. Also disables next two defines */
#ifndef USE_MSL_MALLOC
#ifndef USE_MSL_MALLOC
/* #define USE_MALLOC_DEBUG /* Enable range checking and other malloc debugging */
/* #define USE_MALLOC_DEBUG /* Enable range checking and other malloc debugging */
#ifdef __powerc
#define USE_CACHE_ALIGNED 8
/* Align on 32-byte boundaries for 604 */
#define USE_CACHE_ALIGNED 8
/* Align on 32-byte boundaries for 604 */
#endif
#endif
#endif
#ifdef USE_MSL
#ifdef USE_MSL
#define MSL_USE_PRECOMPILED_HEADERS 0
/* Don't use precomp headers: we include our own */
#define MSL_USE_PRECOMPILED_HEADERS 0
/* Don't use precomp headers: we include our own */
...
...
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