diff options
Diffstat (limited to 'numpy/doc/pyrex/numpyx.c')
-rw-r--r-- | numpy/doc/pyrex/numpyx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/doc/pyrex/numpyx.c b/numpy/doc/pyrex/numpyx.c index 0e2658242..45e22594e 100644 --- a/numpy/doc/pyrex/numpyx.c +++ b/numpy/doc/pyrex/numpyx.c @@ -778,8 +778,8 @@ static struct PyMethodDef __pyx_methods[] = { {0, 0, 0, 0} }; -DL_EXPORT(void) initnumpyx(void); /*proto*/ -DL_EXPORT(void) initnumpyx(void) { +PyMODINIT_FUNC initnumpyx(void); /*proto*/ +PyMODINIT_FUNC initnumpyx(void) { PyObject *__pyx_1 = 0; __pyx_m = Py_InitModule4("numpyx", __pyx_methods, 0, 0, PYTHON_API_VERSION); if (!__pyx_m) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 3; goto __pyx_L1;}; |