summaryrefslogtreecommitdiff
path: root/numpy/core/include
diff options
context:
space:
mode:
authorczgdp1807 <gdp.1807@gmail.com>2021-06-07 09:15:57 +0530
committerczgdp1807 <gdp.1807@gmail.com>2021-06-07 09:15:57 +0530
commitbe5823f603a37a5de2192f9772dca1b31cffb9be (patch)
treec718c68bafc1d7bff5b75e32a86e680621aa20c3 /numpy/core/include
parent3a3d31b338258c099fa4f2d4e4290b19b2a409b0 (diff)
downloadnumpy-be5823f603a37a5de2192f9772dca1b31cffb9be.tar.gz
Addressed reviews and PyArray_CopyConverter defined
Diffstat (limited to 'numpy/core/include')
-rw-r--r--numpy/core/include/numpy/ndarraytypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/include/numpy/ndarraytypes.h b/numpy/core/include/numpy/ndarraytypes.h
index 569e6bb34..86dc19c64 100644
--- a/numpy/core/include/numpy/ndarraytypes.h
+++ b/numpy/core/include/numpy/ndarraytypes.h
@@ -451,7 +451,7 @@ typedef struct {
int len;
} PyArray_Dims;
-typedef enum {IF_NEEDED, ALWAYS, NEVER} PyNpCopyMode_Enum;
+typedef enum PyNpCopyMode {IF_NEEDED, ALWAYS, NEVER} PyNpCopyMode_Enum;
typedef struct {
/*