Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6980dff commit 794b483Copy full SHA for 794b483
1 file changed
Include/Python.h
@@ -41,10 +41,6 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
41
#define DL_EXPORT(RTYPE) RTYPE
42
#endif
43
44
-#ifdef SYMANTEC__CFM68K__
45
-#define UsingSharedLibs
46
-#endif
47
-
48
#if defined(__sgi) && defined(WITH_THREAD) && !defined(_SGI_MP_SOURCE)
49
#define _SGI_MP_SOURCE
50
@@ -58,10 +54,6 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
58
54
59
55
#include "myproto.h"
60
56
61
62
-#pragma lib_export on
63
64
65
57
#include "object.h"
66
#include "objimpl.h"
67
0 commit comments