We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa45a3c commit 19d5a5bCopy full SHA for 19d5a5b
devsupApp/src/dbfield.c
@@ -44,6 +44,12 @@ static PyArray_Descr* dbf2np[DBF_MENU+1];
44
#define PyDataType_ELSIZE(descr) ((descr)->elsize)
45
#define PyDataType_SET_ELSIZE(descr, size) (descr)->elsize = size
46
#endif
47
+#ifndef NPY_CARRAY_RO
48
+ #define NPY_CARRAY_RO NPY_ARRAY_CARRAY_RO
49
+#endif
50
+#ifndef NPY_CARRAY
51
+ #define NPY_CARRAY NPY_ARRAY_CARRAY
52
53
54
55
typedef struct {
0 commit comments