summaryrefslogtreecommitdiff
path: root/Python
diff options
context:
space:
mode:
Diffstat (limited to 'Python')
-rw-r--r--Python/dynload_mac.c4
-rw-r--r--Python/errors.c4
2 files changed, 0 insertions, 8 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
diff --git a/Python/errors.c b/Python/errors.c
index 4a3573e4dc..2b6a86344b 100644
--- a/Python/errors.c
+++ b/Python/errors.c
@@ -12,10 +12,6 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#include "Python.h"
-#ifdef SYMANTEC__CFM68K__
-#pragma lib_export on
-#endif
-
#ifdef macintosh
extern char *PyMac_StrError(int);
#undef strerror