summaryrefslogtreecommitdiff
path: root/numpy/dft
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/dft')
-rw-r--r--numpy/dft/fftpack_litemodule.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/numpy/dft/fftpack_litemodule.c b/numpy/dft/fftpack_litemodule.c
index 4fdfa1043..f6d9aaf6b 100644
--- a/numpy/dft/fftpack_litemodule.c
+++ b/numpy/dft/fftpack_litemodule.c
@@ -240,8 +240,7 @@ static char fftpack_module_documentation[] =
""
;
-DL_EXPORT(void)
-initfftpack_lite(void)
+PyMODINIT_FUNC initfftpack_lite(void)
{
PyObject *m, *d;