Commit c866bcf5 authored by scoder's avatar scoder

Merge pull request #268 from andreabedini/master

Fix npy_bool signedness
parents 91886a47 192fb936
...@@ -293,7 +293,7 @@ cdef extern from "numpy/arrayobject.h": ...@@ -293,7 +293,7 @@ cdef extern from "numpy/arrayobject.h":
# info.shape was stored after info.strides in the same block # info.shape was stored after info.strides in the same block
ctypedef signed char npy_bool ctypedef unsigned char npy_bool
ctypedef signed char npy_byte ctypedef signed char npy_byte
ctypedef signed short npy_short ctypedef signed short npy_short
......
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