add feature test macros to non-c99 math tests
authorSzabolcs Nagy <nsz@port70.net>
Sat, 20 Jul 2013 18:00:42 +0000 (18:00 +0000)
committerSzabolcs Nagy <nsz@port70.net>
Sat, 20 Jul 2013 18:00:42 +0000 (18:00 +0000)
29 files changed:
src/math/exp10.c
src/math/exp10f.c
src/math/exp10l.c
src/math/j0.c
src/math/j0f.c
src/math/j1.c
src/math/j1f.c
src/math/jn.c
src/math/jnf.c
src/math/lgamma.c
src/math/lgamma_r.c
src/math/lgammaf.c
src/math/lgammaf_r.c
src/math/lgammal.c
src/math/lgammal_r.c
src/math/pow10.c
src/math/pow10f.c
src/math/pow10l.c
src/math/scalb.c
src/math/scalbf.c
src/math/sincos.c
src/math/sincosf.c
src/math/sincosl.c
src/math/y0.c
src/math/y0f.c
src/math/y1.c
src/math/y1f.c
src/math/yn.c
src/math/ynf.c

index bc76d14..2dd7966 100644 (file)
@@ -1,3 +1,4 @@
+#define _GNU_SOURCE 1
 #include <stdint.h>
 #include <stdio.h>
 #include "mtest.h"
index 1ca2034..09cafb1 100644 (file)
@@ -1,3 +1,4 @@
+#define _GNU_SOURCE 1
 #include <stdint.h>
 #include <stdio.h>
 #include "mtest.h"
index 2644a4a..a610432 100644 (file)
@@ -1,3 +1,4 @@
+#define _GNU_SOURCE 1
 #include <stdint.h>
 #include <stdio.h>
 #include "mtest.h"
index 0eecc56..4e3bc31 100644 (file)
@@ -1,3 +1,5 @@
+#define _BSD_SOURCE 1
+#define _XOPEN_SOURCE 700
 #include <stdint.h>
 #include <stdio.h>
 #include "mtest.h"
index 9166eac..6db0cc8 100644 (file)
@@ -1,3 +1,5 @@
+#define _BSD_SOURCE 1
+#define _GNU_SOURCE 1
 #include <stdint.h>
 #include <stdio.h>
 #include "mtest.h"
index d884091..677dc2d 100644 (file)
@@ -1,3 +1,5 @@
+#define _BSD_SOURCE 1
+#define _XOPEN_SOURCE 700
 #include <stdint.h>
 #include <stdio.h>
 #include "mtest.h"
index 53135a0..17119ae 100644 (file)
@@ -1,3 +1,5 @@
+#define _BSD_SOURCE 1
+#define _GNU_SOURCE 1
 #include <stdint.h>
 #include <stdio.h>
 #include "mtest.h"
index 2b198d4..7573edc 100644 (file)
@@ -1,3 +1,5 @@
+#define _BSD_SOURCE 1
+#define _XOPEN_SOURCE 700
 #include <stdint.h>
 #include <stdio.h>
 #include "mtest.h"
index ecbc288..e5ae728 100644 (file)
@@ -1,3 +1,5 @@
+#define _BSD_SOURCE 1
+#define _GNU_SOURCE 1
 #include <stdint.h>
 #include <stdio.h>
 #include "mtest.h"
index a838bc8..381e2d3 100644 (file)
@@ -1,3 +1,5 @@
+#define _BSD_SOURCE 1
+#define _XOPEN_SOURCE 700
 #include <stdint.h>
 #include <stdio.h>
 #include "mtest.h"
index 2a5151e..0324815 100644 (file)
@@ -1,3 +1,5 @@
+#define _BSD_SOURCE 1
+#define _GNU_SOURCE 1
 #include <stdint.h>
 #include <stdio.h>
 #include "mtest.h"
index 265d8d9..d20176b 100644 (file)
@@ -1,3 +1,5 @@
+#define _BSD_SOURCE 1
+#define _XOPEN_SOURCE 700
 #include <stdint.h>
 #include <stdio.h>
 #include "mtest.h"
index 3783b99..278bfcf 100644 (file)
@@ -1,3 +1,5 @@
+#define _BSD_SOURCE 1
+#define _GNU_SOURCE 1
 #include <stdint.h>
 #include <stdio.h>
 #include "mtest.h"
index e1cdd12..37047f9 100644 (file)
@@ -1,3 +1,5 @@
+#define _BSD_SOURCE 1
+#define _XOPEN_SOURCE 700
 #include <stdint.h>
 #include <stdio.h>
 #include "mtest.h"
index 5153456..2f4927e 100644 (file)
@@ -1,3 +1,4 @@
+#define _GNU_SOURCE 1
 #include <stdint.h>
 #include <stdio.h>
 #include "mtest.h"
index f980ce8..b5d2a83 100644 (file)
@@ -1,3 +1,4 @@
+#define _GNU_SOURCE 1
 #include <stdint.h>
 #include <stdio.h>
 #include "mtest.h"
index 1a1f172..07cd3c3 100644 (file)
@@ -1,3 +1,4 @@
+#define _GNU_SOURCE 1
 #include <stdint.h>
 #include <stdio.h>
 #include "mtest.h"
index 8cf8478..478f6a7 100644 (file)
@@ -1,3 +1,4 @@
+#define _GNU_SOURCE 1
 #include <stdint.h>
 #include <stdio.h>
 #include "mtest.h"
index 786736a..b1ea51e 100644 (file)
@@ -1,3 +1,5 @@
+#define _BSD_SOURCE 1
+#define _GNU_SOURCE 1
 #include <stdint.h>
 #include <stdio.h>
 #include "mtest.h"
index 3754282..c249153 100644 (file)
@@ -1,3 +1,5 @@
+#define _BSD_SOURCE 1
+#define _GNU_SOURCE 1
 #include <stdint.h>
 #include <stdio.h>
 #include "mtest.h"
index 47e9eea..94c292d 100644 (file)
@@ -1,3 +1,4 @@
+#define _GNU_SOURCE 1
 #include <stdint.h>
 #include <stdio.h>
 #include "mtest.h"
index f8a09e1..94e3654 100644 (file)
@@ -1,3 +1,4 @@
+#define _GNU_SOURCE 1
 #include <stdint.h>
 #include <stdio.h>
 #include "mtest.h"
index 8d1e075..82dc65d 100644 (file)
@@ -1,3 +1,4 @@
+#define _GNU_SOURCE 1
 #include <stdint.h>
 #include <stdio.h>
 #include "mtest.h"
index d6a3364..adf1416 100644 (file)
@@ -1,3 +1,5 @@
+#define _BSD_SOURCE 1
+#define _XOPEN_SOURCE 700
 #include <stdint.h>
 #include <stdio.h>
 #include "mtest.h"
index 20ebab3..ac10355 100644 (file)
@@ -1,3 +1,5 @@
+#define _BSD_SOURCE 1
+#define _GNU_SOURCE 1
 #include <stdint.h>
 #include <stdio.h>
 #include "mtest.h"
index 12e99e5..6bf5135 100644 (file)
@@ -1,3 +1,5 @@
+#define _BSD_SOURCE 1
+#define _XOPEN_SOURCE 700
 #include <stdint.h>
 #include <stdio.h>
 #include "mtest.h"
index 78fa3c4..6c9ab8a 100644 (file)
@@ -1,3 +1,5 @@
+#define _BSD_SOURCE 1
+#define _GNU_SOURCE 1
 #include <stdint.h>
 #include <stdio.h>
 #include "mtest.h"
index 4ac72fa..9dcaa61 100644 (file)
@@ -1,3 +1,5 @@
+#define _BSD_SOURCE 1
+#define _XOPEN_SOURCE 700
 #include <stdint.h>
 #include <stdio.h>
 #include "mtest.h"
index 436c0fa..f3c2b14 100644 (file)
@@ -1,3 +1,5 @@
+#define _BSD_SOURCE 1
+#define _GNU_SOURCE 1
 #include <stdint.h>
 #include <stdio.h>
 #include "mtest.h"