diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2012-04-01 21:58:17 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2012-04-06 15:54:31 -0600 |
commit | c993797eb6926b85fcd3b85859e59d0e72000f4a (patch) | |
tree | 9a5d781662e9f93f46f41c95477e309686316ca9 /numpy/fft | |
parent | 4a2de4b598bdf81a40954e039169be19d52f3bf8 (diff) | |
download | numpy-c993797eb6926b85fcd3b85859e59d0e72000f4a.tar.gz |
UPD: Update files for versioned deprecation.
Diffstat (limited to 'numpy/fft')
-rw-r--r-- | numpy/fft/fftpack_litemodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/fft/fftpack_litemodule.c b/numpy/fft/fftpack_litemodule.c index 48f6f0dfc..7652ac0e2 100644 --- a/numpy/fft/fftpack_litemodule.c +++ b/numpy/fft/fftpack_litemodule.c @@ -1,4 +1,4 @@ -#define NPY_NO_DEPRECATED_API +#define NPY_NO_DEPRECATED_API NPY_API_VERSION #include "fftpack.h" #include "Python.h" |