Commit 7ff54e77 authored by Skip Montanaro's avatar Skip Montanaro

C++ compiler cleanup: migrate to modsupport.h

parent a0b63388
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment