diff options
Diffstat (limited to 'numpy/numarray')
| -rw-r--r-- | numpy/numarray/numpy/arraybase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/numarray/numpy/arraybase.h b/numpy/numarray/numpy/arraybase.h index 9ed87eb13..40d1394bf 100644 --- a/numpy/numarray/numpy/arraybase.h +++ b/numpy/numarray/numpy/arraybase.h @@ -37,7 +37,7 @@ typedef enum tObject=PyArray_OBJECT, /* placeholder... does nothing */ tMaxType=PyArray_NTYPES, tDefault = tFloat64, -#if BITSOF_LONG == 64 +#if NPY_BITSOF_LONG == 64 tLong = tInt64, #else tLong = tInt32, |
