Skip to content

Commit fac57c3

Browse files
author
skip.montanaro
committed
C++ compiler cleanup: migrate to modsupport.h
git-svn-id: http://svn.python.org/projects/python/trunk@45507 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 612a00d commit fac57c3

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Python/modsupport.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
typedef double va_double;
88

99
static PyObject *va_build_value(const char *, va_list, int);
10-
#ifdef HAVE_DECLSPEC_DLL
11-
PyAPI_FUNC(PyObject *) _Py_BuildValue_SizeT(const char *, ...);
12-
#endif
1310

1411
/* Package context -- the full module name for package imports */
1512
char *_Py_PackageContext = NULL;

0 commit comments

Comments
 (0)