diff options
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/core/src/multiarray/iterators.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/src/multiarray/iterators.c b/numpy/core/src/multiarray/iterators.c index e351fd4cc..9d3921012 100644 --- a/numpy/core/src/multiarray/iterators.c +++ b/numpy/core/src/multiarray/iterators.c @@ -1773,10 +1773,10 @@ static char* _set_constant(PyArrayNeighborhoodIterObject* iter, return ret; } -/*NUMPY_API*/ /* * fill and x->ao should have equivalent types */ +/*NUMPY_API*/ NPY_NO_EXPORT PyObject* PyArray_NeighborhoodIterNew(PyArrayIterObject *x, intp *bounds, int mode, PyArrayObject* fill) |