We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8664865 commit 8bfae27Copy full SHA for 8bfae27
src/mplutils.h
@@ -18,10 +18,14 @@ typedef unsigned __int8 uint8_t;
18
# undef _XOPEN_SOURCE
19
#endif
20
21
+// Prevent multiple conflicting definitions of swab from stdlib.h and unistd.h
22
#if defined(__sun) || defined(sun)
23
#if defined(_XPG4)
24
#undef _XPG4
25
26
+#if defined(_XPG3)
27
+#undef _XPG3
28
+#endif
29
30
31
#include <Python.h>
src/numpy_cpp.h
@@ -25,10 +25,14 @@
32
33
34
35
36
37
38
0 commit comments