mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Add DL_IMPORT(returntype) for all officially exported functions.
This commit is contained in:
parent
b241b67b89
commit
43466ec7b0
44 changed files with 401 additions and 398 deletions
|
@ -73,7 +73,7 @@ struct _longobject {
|
|||
digit ob_digit[1];
|
||||
};
|
||||
|
||||
PyLongObject *_PyLong_New Py_PROTO((int));
|
||||
DL_IMPORT(PyLongObject *) _PyLong_New Py_PROTO((int));
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue