summaryrefslogtreecommitdiff
path: root/cffi/_cffi_include.h
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2015-12-02 10:38:12 +0100
committerArmin Rigo <arigo@tunes.org>2015-12-02 10:38:12 +0100
commitc5ceeec3e799cc5189ebaf18004e6d4fffaf595f (patch)
tree2b660c58de46fe6fe7085281f0822c7eef66f8ba /cffi/_cffi_include.h
parent2e7a3579fd6a0a76f6a112b768aa2fffb348ee6f (diff)
downloadcffi-c5ceeec3e799cc5189ebaf18004e6d4fffaf595f.tar.gz
in-progress
Diffstat (limited to 'cffi/_cffi_include.h')
-rw-r--r--cffi/_cffi_include.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cffi/_cffi_include.h b/cffi/_cffi_include.h
index a887b7b..6e90dd8 100644
--- a/cffi/_cffi_include.h
+++ b/cffi/_cffi_include.h
@@ -207,7 +207,8 @@ static PyObject **_cffi_unpack_args(PyObject *args_tuple, Py_ssize_t expected,
/********** end CPython-specific section **********/
#else
_CFFI_UNUSED_FN
-static void (*_cffi_call_python)(struct _cffi_externpy_s *, char *);
+static void (*_cffi_call_python_org)(struct _cffi_externpy_s *, char *);
+# define _cffi_call_python _cffi_call_python_org
#endif