diff options
-rw-r--r-- | numpy/core/src/private/lowlevel_strided_loops.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/src/private/lowlevel_strided_loops.h b/numpy/core/src/private/lowlevel_strided_loops.h index 8a1312c35..707e661e4 100644 --- a/numpy/core/src/private/lowlevel_strided_loops.h +++ b/numpy/core/src/private/lowlevel_strided_loops.h @@ -696,7 +696,7 @@ npy_bswap8_unaligned(char * x) PyArray_STRIDE(arr, 0) : \ PyArray_ITEMSIZE(arr))) -static NPY_INLINE int +static int PyArray_EQUIVALENTLY_ITERABLE_OVERLAP_OK(PyArrayObject *arr1, PyArrayObject *arr2, int arr1_read, int arr2_read) { |