[Python-checkins] r43629 - python/trunk/Include/modsupport.h
anthony.baxter
python-checkins at python.org
Tue Apr 4 14:40:39 CEST 2006
Author: anthony.baxter
Date: Tue Apr 4 14:40:38 2006
New Revision: 43629
Modified:
python/trunk/Include/modsupport.h
Log:
aargh. Don't make last minute re-organisations before checkin!
Modified: python/trunk/Include/modsupport.h
==============================================================================
--- python/trunk/Include/modsupport.h (original)
+++ python/trunk/Include/modsupport.h Tue Apr 4 14:40:38 2006
@@ -20,7 +20,7 @@
#define PyArg_BuildValue _PyArg_BuildValue_SizeT
#define PyArg_VaBuildValue _PyArg_VaBuildValue_SizeT
#else
-#if HAVE_DECLSPEC_DLL
+#ifdef HAVE_DECLSPEC_DLL
PyAPI_FUNC(int) _PyArg_Parse_SizeT(PyObject *, char *, ...);
PyAPI_FUNC(int) _PyArg_ParseTuple_SizeT(PyObject *, char *, ...);
PyAPI_FUNC(int) _PyArg_ParseTupleAndKeywords_SizeT(PyObject *, PyObject *,
More information about the Python-checkins
mailing list