summaryrefslogtreecommitdiffstats
path: root/Python/dynload_mac.c
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2000-07-12 17:21:42 (GMT)
committerSkip Montanaro <skip@pobox.com>2000-07-12 17:21:42 (GMT)
commit6980dff3dbffeb3b920e351d1e535c0736bc9fe8 (patch)
tree680bdb62fae6d1e851d80da989b7ecee421ad09e /Python/dynload_mac.c
parent97bc98aea784c64a74b6656f950ab2dffe84f228 (diff)
downloadcpython-6980dff3dbffeb3b920e351d1e535c0736bc9fe8.zip
cpython-6980dff3dbffeb3b920e351d1e535c0736bc9fe8.tar.gz
cpython-6980dff3dbffeb3b920e351d1e535c0736bc9fe8.tar.bz2
delete obsolete SYMANTEC__CFM68K__ #ifdefs
Diffstat (limited to 'Python/dynload_mac.c')
-rw-r--r--Python/dynload_mac.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/Python/dynload_mac.c b/Python/dynload_mac.c
index 6978956..2a291a8 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