summaryrefslogtreecommitdiffstats
path: root/Include/modsupport.h
diff options
context:
space:
mode:
authorAnthony Baxter <anthonybaxter@gmail.com>2006-04-04 12:40:38 (GMT)
committerAnthony Baxter <anthonybaxter@gmail.com>2006-04-04 12:40:38 (GMT)
commit36458ee501ae9588ca510c4e296726b404b6fb2e (patch)
tree1f7697bb1b43c00436382ff64e0bb22df4b01f65 /Include/modsupport.h
parentcecb885d62ce0620021dab629774ff8fbf0910f1 (diff)
downloadcpython-36458ee501ae9588ca510c4e296726b404b6fb2e.zip
cpython-36458ee501ae9588ca510c4e296726b404b6fb2e.tar.gz
cpython-36458ee501ae9588ca510c4e296726b404b6fb2e.tar.bz2
aargh. Don't make last minute re-organisations before checkin!
Diffstat (limited to 'Include/modsupport.h')
-rw-r--r--Include/modsupport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/modsupport.h b/Include/modsupport.h
index 9b4d2b4..5471197 100644
--- a/Include/modsupport.h
+++ b/Include/modsupport.h
@@ -20,7 +20,7 @@ extern "C" {
#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 *,