summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2000-07-12 17:26:09 (GMT)
committerSkip Montanaro <skip@pobox.com>2000-07-12 17:26:09 (GMT)
commit794b483d0dde74d960dfdeca38aeb75d3436bc71 (patch)
treea7aecc8fae777e16256ed7b43ead08e15415f648 /Include
parent6980dff3dbffeb3b920e351d1e535c0736bc9fe8 (diff)
downloadcpython-794b483d0dde74d960dfdeca38aeb75d3436bc71.zip
cpython-794b483d0dde74d960dfdeca38aeb75d3436bc71.tar.gz
cpython-794b483d0dde74d960dfdeca38aeb75d3436bc71.tar.bz2
deleted obsolete SYMANTEC__CFM68K__ tests
Diffstat (limited to 'Include')
-rw-r--r--Include/Python.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/Include/Python.h b/Include/Python.h
index b36b5da..3cea591 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"