diff options
Diffstat (limited to 'sysdeps/ieee754/ldbl-128/s_frexpl.c')
-rw-r--r-- | sysdeps/ieee754/ldbl-128/s_frexpl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/ieee754/ldbl-128/s_frexpl.c b/sysdeps/ieee754/ldbl-128/s_frexpl.c index cbf19114a8..47a171f551 100644 --- a/sysdeps/ieee754/ldbl-128/s_frexpl.c +++ b/sysdeps/ieee754/ldbl-128/s_frexpl.c @@ -31,7 +31,7 @@ static char rcsid[] = "$NetBSD: $"; #include <math_private.h> static const _Float128 -two114 = 2.0769187434139310514121985316880384E+34L; /* 0x4071000000000000, 0 */ +two114 = L(2.0769187434139310514121985316880384E+34); /* 0x4071000000000000, 0 */ _Float128 __frexpl(_Float128 x, int *eptr) { |