Commit 99e68228 authored by Robert Bradshaw's avatar Robert Bradshaw

Actually fix signature constness.

parent 561eb15a
......@@ -23,4 +23,4 @@ cdef extern from "math.h":
cdef extern from "string.h":
# signature must be exact in C++, disagrees with C
cpdef char* strchr(const char *haystack, int needle);
cpdef const char* strchr(const char *haystack, int needle);
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