diff options
author | Travis Oliphant <oliphant@enthought.com> | 2006-07-25 07:16:21 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2006-07-25 07:16:21 +0000 |
commit | 23aa0cfbfd06f36680b36c0357e5bbc320c5b604 (patch) | |
tree | aebc8067438d7051c11082954861832dd12bc709 /numpy | |
parent | 4eea418ebf33e4d78fd10b6db7d5daadc0bd359d (diff) | |
download | numpy-23aa0cfbfd06f36680b36c0357e5bbc320c5b604.tar.gz |
Undo typo-change.
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/core/include/numpy/arrayobject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/include/numpy/arrayobject.h b/numpy/core/include/numpy/arrayobject.h index e7f8d1dba..63bcf54ff 100644 --- a/numpy/core/include/numpy/arrayobject.h +++ b/numpy/core/include/numpy/arrayobject.h @@ -633,7 +633,7 @@ typedef Py_uintptr_t npy_uintp; #define NPY_SIZEOF_UINTP SIZEOF_PY_INTPTR_T #if (PY_VERSION_HEX < 0x02050000) -typedef int Py_ssize_t +typedef int Py_ssize_t; #define PY_SSIZE_T_MAX INT_MAX #define PY_SSIZE_T_MIN INT_MIN #define NPY_SSIZE_T_PYFMT "i" |