From 794b483d0dde74d960dfdeca38aeb75d3436bc71 Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Wed, 12 Jul 2000 17:26:09 +0000 Subject: [PATCH] deleted obsolete SYMANTEC__CFM68K__ tests --- Include/Python.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Include/Python.h b/Include/Python.h index b36b5daeae0..3cea5914d3b 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"