mirror of
https://github.com/python/cpython.git
synced 2025-08-27 04:05:34 +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
|
@ -114,7 +114,7 @@
|
|||
#include "abstract.h"
|
||||
|
||||
/* _Py_Mangle is defined in compile.c */
|
||||
extern DL_IMPORT(int) _Py_Mangle(char *p, char *name, \
|
||||
PyAPI_FUNC(int) _Py_Mangle(char *p, char *name, \
|
||||
char *buffer, size_t maxlen);
|
||||
|
||||
/* PyArg_GetInt is deprecated and should not be used, use PyArg_Parse(). */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue