From 09881ccc3250a2fe1b55b99f8d432efc8cb7b523 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 4 Dec 2000 07:15:24 +0000 Subject: Update. * sysdeps/i386/fpu/bits/mathdef.h (DECIMAL_DIG): Correct value. Reported by Fred J. Tydeman . --- sysdeps/i386/fpu/bits/mathdef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/i386/fpu/bits/mathdef.h') diff --git a/sysdeps/i386/fpu/bits/mathdef.h b/sysdeps/i386/fpu/bits/mathdef.h index 31ca7c74e8..8301db55e0 100644 --- a/sysdeps/i386/fpu/bits/mathdef.h +++ b/sysdeps/i386/fpu/bits/mathdef.h @@ -42,6 +42,6 @@ typedef long double double_t; /* `double' expressions are evaluated as # define FP_ILOGBNAN (-2147483647 - 1) /* Number of decimal digits for the `long double' type. */ -# define DECIMAL_DIG 18 +# define DECIMAL_DIG 21 #endif /* ISO C99 */ -- cgit 1.4.1