From e1218cc68ddab6b806628877de19394616df04f7 Mon Sep 17 00:00:00 2001 From: Mark Wiebe Date: Sat, 4 Feb 2012 16:28:28 -0800 Subject: DEP: Update all the '#define NPY_NO_DEPRECATED_API' instances to be versioned --- numpy/numarray/_capi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/numarray') diff --git a/numpy/numarray/_capi.c b/numpy/numarray/_capi.c index 7b866a8be..fee07d79d 100644 --- a/numpy/numarray/_capi.c +++ b/numpy/numarray/_capi.c @@ -1,6 +1,6 @@ #include -#define NPY_NO_DEPRECATED_API +#define NPY_NO_DEPRECATED_API NPY_API_VERSION #define _libnumarray_MODULE #include "include/numpy/libnumarray.h" #include "numpy/npy_3kcompat.h" -- cgit v1.2.1