From affa70a89ef0f23b1fd98a68c29ab6f5796746fb Mon Sep 17 00:00:00 2001 From: Pauli Virtanen Date: Sat, 17 Jul 2010 13:11:39 +0000 Subject: TMP --- numpy/core/include/numpy/npy_3kcompat.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'numpy') diff --git a/numpy/core/include/numpy/npy_3kcompat.h b/numpy/core/include/numpy/npy_3kcompat.h index 074f2ce23..9f53dd9d2 100644 --- a/numpy/core/include/numpy/npy_3kcompat.h +++ b/numpy/core/include/numpy/npy_3kcompat.h @@ -14,8 +14,10 @@ #include #if PY_VERSION_HEX >= 0x03000000 +#ifndef NPY_PY3K #define NPY_PY3K #endif +#endif #include "numpy/npy_common.h" #include "numpy/ndarrayobject.h" -- cgit v1.2.1