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