diff options
Diffstat (limited to 'numpy/lib/src/_compiled_base.c')
-rw-r--r-- | numpy/lib/src/_compiled_base.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/src/_compiled_base.c b/numpy/lib/src/_compiled_base.c index 9af8fca0f..e5bfeae43 100644 --- a/numpy/lib/src/_compiled_base.c +++ b/numpy/lib/src/_compiled_base.c @@ -430,7 +430,7 @@ define_types(void) /* Initialization function for the module (*must* be called initArray) */ -DL_EXPORT(void) init_compiled_base(void) { +PyMODINIT_FUNC init_compiled_base(void) { PyObject *m, *d, *s; /* Create the module and add the functions */ |