summaryrefslogtreecommitdiff
path: root/Python/modsupport.c
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2006-04-18 00:53:48 +0000
committerSkip Montanaro <skip@pobox.com>2006-04-18 00:53:48 +0000
commit7ff54e7706032f0e2559e12c7217b528714eef0f (patch)
tree4e3a8df797e00aa0a8d41601f71c747b05f582cf /Python/modsupport.c
parenta0b6338823362d950bbc9586a674729b50f5cddc (diff)
downloadcpython-git-7ff54e7706032f0e2559e12c7217b528714eef0f.tar.gz
C++ compiler cleanup: migrate to modsupport.h
Diffstat (limited to 'Python/modsupport.c')
-rw-r--r--Python/modsupport.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/Python/modsupport.c b/Python/modsupport.c
index dd7454cf9f..e291014ca4 100644
--- a/Python/modsupport.c
+++ b/Python/modsupport.c
@@ -7,9 +7,6 @@
typedef double va_double;
static PyObject *va_build_value(const char *, va_list, int);
-#ifdef HAVE_DECLSPEC_DLL
-PyAPI_FUNC(PyObject *) _Py_BuildValue_SizeT(const char *, ...);
-#endif
/* Package context -- the full module name for package imports */
char *_Py_PackageContext = NULL;