summaryrefslogtreecommitdiffstats
path: root/Include/abstract.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/abstract.h')
-rw-r--r--Include/abstract.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Include/abstract.h b/Include/abstract.h
index 0d44f6d..8ebc3cd 100644
--- a/Include/abstract.h
+++ b/Include/abstract.h
@@ -344,8 +344,8 @@ xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
*/
- DL_IMPORT(PyObject *) PyObject_CallFunctionObArgs(PyObject *callable,
- ...);
+ DL_IMPORT(PyObject *) PyObject_CallFunctionObjArgs(PyObject *callable,
+ ...);
/*
Call a callable Python object, callable_object, with a
@@ -357,8 +357,8 @@ xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
*/
- DL_IMPORT(PyObject *) PyObject_CallMethodObArgs(PyObject *o,
- PyObject *m, ...);
+ DL_IMPORT(PyObject *) PyObject_CallMethodObjArgs(PyObject *o,
+ PyObject *m, ...);
/*
Call the method named m of object o with a variable number of