summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/s_csqrtf.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun/src/s_csqrtf.c')
-rw-r--r--lib/msun/src/s_csqrtf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/msun/src/s_csqrtf.c b/lib/msun/src/s_csqrtf.c
index 6c70ac1..da7fe18 100644
--- a/lib/msun/src/s_csqrtf.c
+++ b/lib/msun/src/s_csqrtf.c
@@ -39,7 +39,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
float complex
csqrtf(float complex z)
OpenPOWER on IntegriCloud