diff options
Diffstat (limited to 'Include/pgenheaders.h')
-rw-r--r-- | Include/pgenheaders.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Include/pgenheaders.h b/Include/pgenheaders.h index 3834ff2..9d7e8ac 100644 --- a/Include/pgenheaders.h +++ b/Include/pgenheaders.h @@ -35,14 +35,8 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. #include "pydebug.h" -#ifdef HAVE_STDARG_PROTOTYPES DL_IMPORT(void) PySys_WriteStdout(const char *format, ...); DL_IMPORT(void) PySys_WriteStderr(const char *format, ...); -#else -/* Better to have no prototypes at all for varargs functions in this case */ -DL_IMPORT(void) PySys_WriteStdout(); -DL_IMPORT(void) PySys_WriteStderr(); -#endif #define addarc _Py_addarc #define addbit _Py_addbit |