Commit 59f24125 authored by Erik M. Bray's avatar Erik M. Bray

c++ on Cygwin is missing the 'const char *' redefinition of strchr, and...

c++ on Cygwin is missing the 'const char *' redefinition of strchr, and complains angrily that this test does not get the signature right, so tell it to be more permissive.
parent 7bd03c02
# cython: c_string_type=str
# cython: c_string_encoding=ascii
# distutils: extra_compile_args=-fpermissive
__doc__ = """
>>> sqrt(1)
......
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