diff options
author | Travis Oliphant <oliphant@enthought.com> | 2006-08-01 06:36:28 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2006-08-01 06:36:28 +0000 |
commit | d777c28575a31f8a4c11e636e57b4f7a85a1ef8e (patch) | |
tree | 5549a83562386e1aba12759abd86fb842318fd89 | |
parent | b83179e800eeeae0d1831b37416a2382f3cea073 (diff) | |
download | numpy-d777c28575a31f8a4c11e636e57b4f7a85a1ef8e.tar.gz |
Add IntpArrType_Type
-rw-r--r-- | numpy/core/include/numpy/arrayobject.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/core/include/numpy/arrayobject.h b/numpy/core/include/numpy/arrayobject.h index 2fe4b8163..c70271d87 100644 --- a/numpy/core/include/numpy/arrayobject.h +++ b/numpy/core/include/numpy/arrayobject.h @@ -654,6 +654,7 @@ typedef int Py_ssize_t; #elif SIZEOF_PY_INTPTR_T == SIZEOF_LONG #define NPY_INTP NPY_LONG #define NPY_UINTP NPY_ULONG + #define PyIntpArrType_Type PyLongArrType_Type #define PyUIntpArrType_Type PyULongArrType_Type #define NPY_MAX_INTP NPY_MAX_LONG #define NPY_MIN_INTP MIN_LONG |