]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
delete obsolete SYMANTEC__CFM68K__ #ifdefs
authorSkip Montanaro <skip@pobox.com>
Wed, 12 Jul 2000 17:21:42 +0000 (17:21 +0000)
committerSkip Montanaro <skip@pobox.com>
Wed, 12 Jul 2000 17:21:42 +0000 (17:21 +0000)
Include/mymalloc.h
Include/mymath.h
Python/dynload_mac.c
Python/errors.c

index fa2f8f8551b6f5592a166697abecd64a4d216275..88faf9031c0aa93717e64812cf4fb4f7a422bb8c 100644 (file)
@@ -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
index 7873a3d9e6a165f3a2eeb9956b6860a1cf347637..cba65e820292f9a5c1f605ed924253c88e9d4583 100644 (file)
@@ -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
index 697895672dfd6b9ee9671daa46251ea2550024bc..2a291a8e7c0e41d8a8acb355dd13777caaeed8e0 100644 (file)
@@ -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
index 4a3573e4dc394b82782acc3c992a7bb1e7b68ea8..2b6a86344ba5dea6f495d95262183116cb443867 100644 (file)
@@ -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