Skip to content

Commit

Permalink
[primitive arrays] define npy_bool in case numpy is not available.
Browse files Browse the repository at this point in the history
  • Loading branch information
marscher committed Aug 11, 2014
1 parent a4fb25e commit 20d06b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/native/common/jp_primitivetypes_autogen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#define NO_IMPORT_ARRAY
#include <numpy/arrayobject.h>
#else
#define NPY_BOOL 0
#define NPY_BYTE 0
#define NPY_SHORT 0
#define NPY_INT 0
Expand Down

0 comments on commit 20d06b0

Please sign in to comment.