summaryrefslogtreecommitdiff
path: root/math/test-double.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/test-double.c')
-rw-r--r--math/test-double.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/test-double.c b/math/test-double.c
index 5f562a098f..1f4ff8e0d0 100644
--- a/math/test-double.c
+++ b/math/test-double.c
@@ -24,6 +24,8 @@
#define CHOOSE(Clongdouble,Cdouble,Cfloat) Cdouble
#define PRINTF_EXPR "e"
-#define __NO_MATH_INLINES
+#ifndef __NO_MATH_INLINES
+# define __NO_MATH_INLINES
+#endif
#include "libm-test.c"