]> granicus.if.org Git - python/commitdiff
deleted obsolete SYMANTEC__CFM68K__ tests
authorSkip Montanaro <skip@pobox.com>
Wed, 12 Jul 2000 17:26:09 +0000 (17:26 +0000)
committerSkip Montanaro <skip@pobox.com>
Wed, 12 Jul 2000 17:26:09 +0000 (17:26 +0000)
Include/Python.h

index b36b5daeae017e56c00862dcb2ab0c250274adf6..3cea5914d3bee247fda60ef38d6e98d690e2736f 100644 (file)
@@ -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"