We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ada6c4 + a909234 commit 2867a75Copy full SHA for 2867a75
Orange/classification/_simple_tree.c
@@ -1,3 +1,6 @@
1
+#if (defined __GLIBC__ || defined __GNU__ || defined __linux__)
2
+#define _GNU_SOURCE
3
+#endif
4
#include <math.h>
5
#include <float.h>
6
#include <assert.h>
0 commit comments