From: Skip Montanaro Date: Wed, 12 Jul 2000 17:26:09 +0000 (+0000) Subject: deleted obsolete SYMANTEC__CFM68K__ tests X-Git-Tag: v2.0b1~852 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=794b483d0dde74d960dfdeca38aeb75d3436bc71;p=thirdparty%2FPython%2Fcpython.git deleted obsolete SYMANTEC__CFM68K__ tests --- diff --git a/Include/Python.h b/Include/Python.h index b36b5daeae01..3cea5914d3be 100644 --- a/Include/Python.h +++ b/Include/Python.h @@ -41,10 +41,6 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. #define DL_EXPORT(RTYPE) RTYPE #endif -#ifdef SYMANTEC__CFM68K__ -#define UsingSharedLibs -#endif - #if defined(__sgi) && defined(WITH_THREAD) && !defined(_SGI_MP_SOURCE) #define _SGI_MP_SOURCE #endif @@ -58,10 +54,6 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. #include "myproto.h" -#ifdef SYMANTEC__CFM68K__ -#pragma lib_export on -#endif - #include "object.h" #include "objimpl.h"