Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
596e18a6
Commit
596e18a6
authored
Aug 07, 2001
by
Jack Jansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Got rid of (hopefully) the last 68k Mac-related ifdefs and various other cruft.
parent
8d319d4f
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
0 additions
and
21 deletions
+0
-21
Mac/mwerks/mwerks_carbon_config.h
Mac/mwerks/mwerks_carbon_config.h
+0
-3
Mac/mwerks/mwerks_carbonplugin_config.h
Mac/mwerks/mwerks_carbonplugin_config.h
+0
-1
Mac/mwerks/mwerks_nonshared_config.h
Mac/mwerks/mwerks_nonshared_config.h
+0
-2
Mac/mwerks/mwerks_nscarbon_config.h
Mac/mwerks/mwerks_nscarbon_config.h
+0
-3
Mac/mwerks/mwerks_shared_config.h
Mac/mwerks/mwerks_shared_config.h
+0
-2
Mac/mwerks/mwerks_shcarbon_config.h
Mac/mwerks/mwerks_shcarbon_config.h
+0
-3
Mac/mwerks/mwerks_small_config.h
Mac/mwerks/mwerks_small_config.h
+0
-2
Mac/mwerks/mwerks_thrcarbonsm_config.h
Mac/mwerks/mwerks_thrcarbonsm_config.h
+0
-3
Mac/mwerks/mwerks_threadsmall_config.h
Mac/mwerks/mwerks_threadsmall_config.h
+0
-2
No files found.
Mac/mwerks/mwerks_carbon_config.h
View file @
596e18a6
...
...
@@ -7,7 +7,6 @@
#define ACCESSOR_CALLS_ARE_FUNCTIONS 1
#define OPAQUE_TOOLBOX_STRUCTS 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_GUSI2
/* Stdio implemented with GUSI 2 */
...
...
@@ -34,10 +33,8 @@
#define USE_MSL_MALLOC
/* Disable private malloc. Also disables next two defines */
#ifndef USE_MSL_MALLOC
/* #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 */
#endif
#endif
#define WITHOUT_FRAMEWORKS
/* Use old-style Universal Header includes, not Carbon/Carbon.h */
#ifdef USE_MSL
...
...
Mac/mwerks/mwerks_carbonplugin_config.h
View file @
596e18a6
...
...
@@ -4,7 +4,6 @@
#define ACCESSOR_CALLS_ARE_FUNCTIONS 1
#define OPAQUE_TOOLBOX_STRUCTS 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 USE_TOOLBOX_OBJECT_GLUE
/* Use glue routines for accessing PyArg_Parse/Py_BuildValue helpers */
...
...
Mac/mwerks/mwerks_nonshared_config.h
View file @
596e18a6
...
...
@@ -30,10 +30,8 @@
#define USE_MSL_MALLOC
/* Disable private malloc. Also disables next two defines */
#ifndef USE_MSL_MALLOC
/* #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 */
#endif
#endif
#define WITHOUT_FRAMEWORKS
/* Use old-style Universal Header includes, not Carbon/Carbon.h */
#ifdef USE_MSL
...
...
Mac/mwerks/mwerks_nscarbon_config.h
View file @
596e18a6
...
...
@@ -7,7 +7,6 @@
#define ACCESSOR_CALLS_ARE_FUNCTIONS 1
#define OPAQUE_TOOLBOX_STRUCTS 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_GUSI2
/* Stdio implemented with GUSI 2 */
...
...
@@ -35,10 +34,8 @@
#define USE_MSL_MALLOC
/* Disable private malloc. Also disables next two defines */
#ifndef USE_MSL_MALLOC
/* #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 */
#endif
#endif
#define WITHOUT_FRAMEWORKS
/* Use old-style Universal Header includes, not Carbon/Carbon.h */
#ifdef USE_MSL
...
...
Mac/mwerks/mwerks_shared_config.h
View file @
596e18a6
...
...
@@ -33,10 +33,8 @@
#define USE_MSL_MALLOC
/* Disable private malloc. Also disables next two defines */
#ifndef USE_MSL_MALLOC
/* #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 */
#endif
#endif
#ifdef USE_MSL
#define MSL_USE_PRECOMPILED_HEADERS 0
/* Don't use precomp headers: we include our own */
...
...
Mac/mwerks/mwerks_shcarbon_config.h
View file @
596e18a6
...
...
@@ -8,7 +8,6 @@
#define ACCESSOR_CALLS_ARE_FUNCTIONS 1
#define OPAQUE_TOOLBOX_STRUCTS 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_GUSI2
/* Stdio implemented with GUSI 2 */
...
...
@@ -38,10 +37,8 @@
#define USE_MSL_MALLOC
/* Disable private malloc. Also disables next two defines */
#ifndef USE_MSL_MALLOC
/* #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 */
#endif
#endif
#ifdef USE_MSL
#define MSL_USE_PRECOMPILED_HEADERS 0
/* Don't use precomp headers: we include our own */
...
...
Mac/mwerks/mwerks_small_config.h
View file @
596e18a6
...
...
@@ -29,10 +29,8 @@
#define USE_MSL_MALLOC
/* Disable private malloc. Also disables next two defines */
#ifndef USE_MSL_MALLOC
/* #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 */
#endif
#endif
#ifdef USE_MSL
#define MSL_USE_PRECOMPILED_HEADERS 0
/* Don't use precomp headers: we include our own */
...
...
Mac/mwerks/mwerks_thrcarbonsm_config.h
View file @
596e18a6
...
...
@@ -7,7 +7,6 @@
#define ACCESSOR_CALLS_ARE_FUNCTIONS 1
#define OPAQUE_TOOLBOX_STRUCTS 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_GUSI2
/* Stdio implemented with GUSI 2 */
...
...
@@ -36,10 +35,8 @@
#define USE_MSL_MALLOC
/* Disable private malloc. Also disables next two defines */
#ifndef USE_MSL_MALLOC
/* #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 */
#endif
#endif
#ifdef USE_MSL
#define MSL_USE_PRECOMPILED_HEADERS 0
/* Don't use precomp headers: we include our own */
...
...
Mac/mwerks/mwerks_threadsmall_config.h
View file @
596e18a6
...
...
@@ -30,10 +30,8 @@
#define USE_MSL_MALLOC
/* Disable private malloc. Also disables next two defines */
#ifndef USE_MSL_MALLOC
/* #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 */
#endif
#endif
#ifdef USE_MSL
#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