Don't assume complex.h by default.
authorRobert Bradshaw <robertwb@math.washington.edu>
Thu, 14 May 2009 19:36:52 +0000 (12:36 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Thu, 14 May 2009 19:36:52 +0000 (12:36 -0700)
tests/run/complex_numbers_T305.pyx

index 6f20aa7024e83dba41074111fe6bc4ff55c07d44..5d839b44bb5a21ae9c9129abf694e7e5496dd410 100644 (file)
@@ -58,8 +58,8 @@ __doc__ = u"""
     (1.5-3.5j)
 """
 
-cdef extern from "complex.h":
-    pass
+#cdef extern from "complex.h":
+#    pass
 
 cimport cython