]> granicus.if.org Git - python/commitdiff
C++ compiler cleanup: migrate to modsupport.h
authorSkip Montanaro <skip@pobox.com>
Tue, 18 Apr 2006 00:53:48 +0000 (00:53 +0000)
committerSkip Montanaro <skip@pobox.com>
Tue, 18 Apr 2006 00:53:48 +0000 (00:53 +0000)
Python/modsupport.c

index dd7454cf9f4a303715c77b05c844b2e06a5bdfdf..e291014ca4acd36328741388d3861a77bbd070fd 100644 (file)
@@ -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;