mirror of https://github.com/python/cpython
deleted obsolete SYMANTEC__CFM68K__ tests
This commit is contained in:
parent
6980dff3db
commit
794b483d0d
|
@ -41,10 +41,6 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
||||||
#define DL_EXPORT(RTYPE) RTYPE
|
#define DL_EXPORT(RTYPE) RTYPE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef SYMANTEC__CFM68K__
|
|
||||||
#define UsingSharedLibs
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(__sgi) && defined(WITH_THREAD) && !defined(_SGI_MP_SOURCE)
|
#if defined(__sgi) && defined(WITH_THREAD) && !defined(_SGI_MP_SOURCE)
|
||||||
#define _SGI_MP_SOURCE
|
#define _SGI_MP_SOURCE
|
||||||
#endif
|
#endif
|
||||||
|
@ -58,10 +54,6 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
||||||
|
|
||||||
#include "myproto.h"
|
#include "myproto.h"
|
||||||
|
|
||||||
#ifdef SYMANTEC__CFM68K__
|
|
||||||
#pragma lib_export on
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "object.h"
|
#include "object.h"
|
||||||
#include "objimpl.h"
|
#include "objimpl.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue