From: Skip Montanaro Date: Tue, 18 Apr 2006 00:53:48 +0000 (+0000) Subject: C++ compiler cleanup: migrate to modsupport.h X-Git-Tag: v2.5a2~146 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7ff54e7706032f0e2559e12c7217b528714eef0f;p=thirdparty%2FPython%2Fcpython.git C++ compiler cleanup: migrate to modsupport.h --- diff --git a/Python/modsupport.c b/Python/modsupport.c index dd7454cf9f4a..e291014ca4ac 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;