summaryrefslogtreecommitdiffstats
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
parent97bc98aea784c64a74b6656f950ab2dffe84f228 (diff)
downloadcpython-6980dff3dbffeb3b920e351d1e535c0736bc9fe8.zip
cpython-6980dff3dbffeb3b920e351d1e535c0736bc9fe8.tar.gz
cpython-6980dff3dbffeb3b920e351d1e535c0736bc9fe8.tar.bz2
delete obsolete SYMANTEC__CFM68K__ #ifdefs
-rw-r--r--Include/mymalloc.h4
-rw-r--r--Include/mymath.h8
-rw-r--r--Python/dynload_mac.c4
-rw-r--r--Python/errors.c4
4 files changed, 0 insertions, 20 deletions
diff --git a/Include/mymalloc.h b/Include/mymalloc.h
index fa2f8f8..88faf90 100644
--- a/Include/mymalloc.h
+++ b/Include/mymalloc.h
@@ -44,10 +44,6 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
extern "C" {
#endif
-#ifdef SYMANTEC__CFM68K__
-#pragma lib_export on
-#endif
-
#ifndef DL_IMPORT /* declarations for DLL import */
#define DL_IMPORT(RTYPE) RTYPE
#endif
diff --git a/Include/mymath.h b/Include/mymath.h
index 7873a3d..cba65e8 100644
--- a/Include/mymath.h
+++ b/Include/mymath.h
@@ -5,10 +5,6 @@
symbols doesn't quite work...
XXX Not sure now... Seems to be something else going on as well... */
-#ifdef SYMANTEC__CFM68K__
-#pragma lib_export off
-#endif
-
#ifndef HAVE_HYPOT
extern double hypot(double, double);
#ifdef MWERKS_BEFORE_PRO4
@@ -24,10 +20,6 @@ extern double hypot(double, double);
#endif
#endif
-#ifdef SYMANTEC__CFM68K__
-#pragma lib_export on
-#endif
-
#if defined(USE_MSL) && defined(__MC68K__)
/* CodeWarrior MSL 2.1.1 has weird define overrides that don't work
** when you take the address of math functions. If I interpret the
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
diff --git a/Python/errors.c b/Python/errors.c
index 4a3573e..2b6a863 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