diff options
Diffstat (limited to 'Python/dynload_mac.c')
-rw-r--r-- | Python/dynload_mac.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Python/dynload_mac.c b/Python/dynload_mac.c index 697895672d..2a291a8e7c 100644 --- a/Python/dynload_mac.c +++ b/Python/dynload_mac.c @@ -15,10 +15,6 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. #include <Aliases.h> #include <CodeFragments.h> -#ifdef SYMANTEC__CFM68K__ /* Really an older version of Universal Headers */ -#define CFragConnectionID ConnectionID -#define kLoadCFrag 0x01 -#endif #ifdef USE_GUSI1 #include "TFileSpec.h" /* for Path2FSSpec() */ #endif |