more consistent feature test macros in math tests
authorSzabolcs Nagy <nsz@port70.net>
Thu, 9 Apr 2015 20:29:44 +0000 (20:29 +0000)
committerSzabolcs Nagy <nsz@port70.net>
Thu, 9 Apr 2015 20:29:44 +0000 (20:29 +0000)
15 files changed:
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/scalb.c
src/math/scalbf.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 7a455ea..b893c00 100644 (file)
@@ -1,5 +1,3 @@
-#define _DEFAULT_SOURCE 1
-#define _BSD_SOURCE 1
 #define _XOPEN_SOURCE 700
 #include <stdint.h>
 #include <stdio.h>
index c8af0b7..1c06ec8 100644 (file)
@@ -1,6 +1,5 @@
 #define _DEFAULT_SOURCE 1
 #define _BSD_SOURCE 1
-#define _GNU_SOURCE 1
 #include <stdint.h>
 #include <stdio.h>
 #include "mtest.h"
index 76af0a3..e1c953b 100644 (file)
@@ -1,5 +1,3 @@
-#define _DEFAULT_SOURCE 1
-#define _BSD_SOURCE 1
 #define _XOPEN_SOURCE 700
 #include <stdint.h>
 #include <stdio.h>
index 38e6ab9..640bb10 100644 (file)
@@ -1,6 +1,5 @@
 #define _DEFAULT_SOURCE 1
 #define _BSD_SOURCE 1
-#define _GNU_SOURCE 1
 #include <stdint.h>
 #include <stdio.h>
 #include "mtest.h"
index e02db5e..fc1b5d4 100644 (file)
@@ -1,4 +1,3 @@
-#define _BSD_SOURCE 1
 #define _XOPEN_SOURCE 700
 #include <stdint.h>
 #include <stdio.h>
index c595d4c..f9330a3 100644 (file)
@@ -1,6 +1,5 @@
 #define _DEFAULT_SOURCE 1
 #define _BSD_SOURCE 1
-#define _GNU_SOURCE 1
 #include <stdint.h>
 #include <stdio.h>
 #include "mtest.h"
index 8de729f..b20a693 100644 (file)
@@ -1,5 +1,3 @@
-#define _DEFAULT_SOURCE 1
-#define _BSD_SOURCE 1
 #define _XOPEN_SOURCE 700
 #include <stdint.h>
 #include <stdio.h>
index 4346cf5..aeb9f77 100644 (file)
@@ -1,6 +1,5 @@
 #define _DEFAULT_SOURCE 1
 #define _BSD_SOURCE 1
-#define _GNU_SOURCE 1
 #include <stdint.h>
 #include <stdio.h>
 #include "mtest.h"
index f042058..ba199a6 100644 (file)
@@ -1,6 +1,5 @@
 #define _DEFAULT_SOURCE 1
 #define _BSD_SOURCE 1
-#define _GNU_SOURCE 1
 #include <stdint.h>
 #include <stdio.h>
 #include "mtest.h"
index 7470c43..2ea45f7 100644 (file)
@@ -1,5 +1,3 @@
-#define _DEFAULT_SOURCE 1
-#define _BSD_SOURCE 1
 #define _XOPEN_SOURCE 700
 #include <stdint.h>
 #include <stdio.h>
index 7bd78a6..4ab4883 100644 (file)
@@ -1,6 +1,5 @@
 #define _DEFAULT_SOURCE 1
 #define _BSD_SOURCE 1
-#define _GNU_SOURCE 1
 #include <stdint.h>
 #include <stdio.h>
 #include "mtest.h"
index 8af2a17..e31d67d 100644 (file)
@@ -1,5 +1,3 @@
-#define _DEFAULT_SOURCE 1
-#define _BSD_SOURCE 1
 #define _XOPEN_SOURCE 700
 #include <stdint.h>
 #include <stdio.h>
index 41afb3a..31d4485 100644 (file)
@@ -1,6 +1,5 @@
 #define _DEFAULT_SOURCE 1
 #define _BSD_SOURCE 1
-#define _GNU_SOURCE 1
 #include <stdint.h>
 #include <stdio.h>
 #include "mtest.h"
index 3ac3214..244dbb8 100644 (file)
@@ -1,5 +1,3 @@
-#define _DEFAULT_SOURCE 1
-#define _BSD_SOURCE 1
 #define _XOPEN_SOURCE 700
 #include <stdint.h>
 #include <stdio.h>
index 1a2e7c7..983592b 100644 (file)
@@ -1,5 +1,5 @@
+#define _DEFAULT_SOURCE 1
 #define _BSD_SOURCE 1
-#define _GNU_SOURCE 1
 #include <stdint.h>
 #include <stdio.h>
 #include "mtest.h"