summaryrefslogtreecommitdiffstats
path: root/Include/pgenheaders.h
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2000-07-22 23:30:03 (GMT)
committerThomas Wouters <thomas@python.org>2000-07-22 23:30:03 (GMT)
commit5f37591a164672ec25c389e646a763d40403cd79 (patch)
tree752a11d1159668095eada90c066629b1f4f61500 /Include/pgenheaders.h
parent7889010731eec703eda68fb32b6805c65e3f1cbf (diff)
downloadcpython-5f37591a164672ec25c389e646a763d40403cd79.zip
cpython-5f37591a164672ec25c389e646a763d40403cd79.tar.gz
cpython-5f37591a164672ec25c389e646a763d40403cd79.tar.bz2
ANSIfications: fix empty arglists, and remove the checks for
'HAVE_STDARG_PROTOTYPES' (consider it true, remove false branch)
Diffstat (limited to 'Include/pgenheaders.h')
-rw-r--r--Include/pgenheaders.h6
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