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