mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Excise DL_EXPORT from Include.
Thanks to Skip Montanaro and Kalle Svensson for the patches.
This commit is contained in:
parent
44121a6bc9
commit
91a681debf
51 changed files with 661 additions and 665 deletions
|
@ -19,10 +19,10 @@ typedef struct PyStructSequence_Desc {
|
|||
int n_in_sequence;
|
||||
} PyStructSequence_Desc;
|
||||
|
||||
extern DL_IMPORT(void) PyStructSequence_InitType(PyTypeObject *type,
|
||||
PyAPI_FUNC(void) PyStructSequence_InitType(PyTypeObject *type,
|
||||
PyStructSequence_Desc *desc);
|
||||
|
||||
extern DL_IMPORT(PyObject *) PyStructSequence_New(PyTypeObject* type);
|
||||
PyAPI_FUNC(PyObject *) PyStructSequence_New(PyTypeObject* type);
|
||||
|
||||
typedef struct {
|
||||
PyObject_VAR_HEAD
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue