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/lib/src/_compiled_base.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/lib/src') diff --git a/numpy/lib/src/_compiled_base.c b/numpy/lib/src/_compiled_base.c index 61935a39b..c31ee5cd8 100644 --- a/numpy/lib/src/_compiled_base.c +++ b/numpy/lib/src/_compiled_base.c @@ -1,4 +1,4 @@ -#define NPY_NO_DEPRECATED_API +#define NPY_NO_DEPRECATED_API NPY_API_VERSION #include "Python.h" #include "structmember.h" #include "numpy/arrayobject.h" -- cgit v1.2.1