Commit 6c4a0a17 authored by Rudi Chen's avatar Rudi Chen

Add missing #define for NumPy's npy_common.h

parent ae12787c
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
#define SIZEOF__BOOL 1 #define SIZEOF__BOOL 1
#define SIZEOF_VOID_P 8 #define SIZEOF_VOID_P 8
#define SIZEOF_SIZE_T 8 #define SIZEOF_SIZE_T 8
#define SIZEOF_SHORT 2
#define SIZEOF_INT 4 #define SIZEOF_INT 4
#define SIZEOF_LONG 8 #define SIZEOF_LONG 8
#define SIZEOF_LONG_LONG 8 #define SIZEOF_LONG_LONG 8
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment