Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 794b483

Browse files
author
Skip Montanaro
committed
deleted obsolete SYMANTEC__CFM68K__ tests
1 parent 6980dff commit 794b483

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

Include/Python.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
4141
#define DL_EXPORT(RTYPE) RTYPE
4242
#endif
4343

44-
#ifdef SYMANTEC__CFM68K__
45-
#define UsingSharedLibs
46-
#endif
47-
4844
#if defined(__sgi) && defined(WITH_THREAD) && !defined(_SGI_MP_SOURCE)
4945
#define _SGI_MP_SOURCE
5046
#endif
@@ -58,10 +54,6 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
5854

5955
#include "myproto.h"
6056

61-
#ifdef SYMANTEC__CFM68K__
62-
#pragma lib_export on
63-
#endif
64-
6557
#include "object.h"
6658
#include "objimpl.h"
6759

0 commit comments

Comments
 (0)