summaryrefslogtreecommitdiff
path: root/numpy/dft
diff options
context:
space:
mode:
authorPearu Peterson <pearu.peterson@gmail.com>2006-04-24 22:39:21 +0000
committerPearu Peterson <pearu.peterson@gmail.com>2006-04-24 22:39:21 +0000
commit8c7d39dd62049b59ecb90958feeef6bc69cb92bd (patch)
treee297ae47fbdf09a3aaa57669a1decfc863f254e8 /numpy/dft
parent628087d5e53b152435b71d9330a04719169fa033 (diff)
downloadnumpy-8c7d39dd62049b59ecb90958feeef6bc69cb92bd.tar.gz
Make ext module typespecs to use PyMODINIT_FUNC that is essential for mingw32 and c++ code combination to work correctly.
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;