From ead9e09c5adbc94bfc3c5cc8344089b836cfffd5 Mon Sep 17 00:00:00 2001 From: cgohlke Date: Sun, 5 Aug 2012 14:17:30 -0700 Subject: Use PyMODINIT_FUNC and update docs accordingly. See https://github.com/scipy/scipy/pull/279 --- numpy/numarray/_capi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/numarray') diff --git a/numpy/numarray/_capi.c b/numpy/numarray/_capi.c index 78187c50e..032379515 100644 --- a/numpy/numarray/_capi.c +++ b/numpy/numarray/_capi.c @@ -3394,7 +3394,7 @@ static struct PyModuleDef moduledef = { NULL }; -PyObject *PyInit__capi(void) +PyMODINIT_FUNC PyInit__capi(void) #else #define RETVAL -- cgit v1.2.1