summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/s_csqrtl.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun/src/s_csqrtl.c')
-rw-r--r--lib/msun/src/s_csqrtl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/msun/src/s_csqrtl.c b/lib/msun/src/s_csqrtl.c
index 5a5087f..dd18e1e 100644
--- a/lib/msun/src/s_csqrtl.c
+++ b/lib/msun/src/s_csqrtl.c
@@ -40,7 +40,7 @@ __FBSDID("$FreeBSD$");
* gcc generates is acceptable, since the special cases have already been
* handled.
*/
-#pragma STDC CX_LIMITED_RANGE on
+#pragma STDC CX_LIMITED_RANGE ON
/* We risk spurious overflow for components >= LDBL_MAX / (1 + sqrt(2)). */
#define THRESH (LDBL_MAX / 2.414213562373095048801688724209698L)
OpenPOWER on IntegriCloud