diff options
author | Skip Montanaro <skip@pobox.com> | 2000-07-12 17:21:42 +0000 |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2000-07-12 17:21:42 +0000 |
commit | fc0d4eecf6488fe4c2656063ea89edd88dd2fa65 (patch) | |
tree | 3bef3a5150e2fe4cf87d87a30c3eab57da366b83 /Include | |
parent | a2944c879f331117b254f7fb4c5ce15298e1e852 (diff) | |
download | cpython-fc0d4eecf6488fe4c2656063ea89edd88dd2fa65.tar.gz |
delete obsolete SYMANTEC__CFM68K__ #ifdefs
Diffstat (limited to 'Include')
-rw-r--r-- | Include/mymalloc.h | 4 | ||||
-rw-r--r-- | Include/mymath.h | 8 |
2 files changed, 0 insertions, 12 deletions
diff --git a/Include/mymalloc.h b/Include/mymalloc.h index fa2f8f8551..88faf9031c 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 7873a3d9e6..cba65e8202 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 |