mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +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
|
@ -9,9 +9,9 @@ extern "C" {
|
|||
|
||||
#include "Python.h"
|
||||
|
||||
DL_IMPORT(void) PySys_WriteStdout(const char *format, ...)
|
||||
PyAPI_FUNC(void) PySys_WriteStdout(const char *format, ...)
|
||||
__attribute__((format(printf, 1, 2)));
|
||||
DL_IMPORT(void) PySys_WriteStderr(const char *format, ...)
|
||||
PyAPI_FUNC(void) PySys_WriteStderr(const char *format, ...)
|
||||
__attribute__((format(printf, 1, 2)));
|
||||
|
||||
#define addarc _Py_addarc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue