projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
3e9970d
)
(DECIMAL_DIG): Correct value.
author
drepper
<drepper>
Mon, 4 Dec 2000 07:14:59 +0000
(07:14 +0000)
committer
drepper
<drepper>
Mon, 4 Dec 2000 07:14:59 +0000
(07:14 +0000)
sysdeps/i386/fpu/bits/mathdef.h
patch
|
blob
|
history
diff --git
a/sysdeps/i386/fpu/bits/mathdef.h
b/sysdeps/i386/fpu/bits/mathdef.h
index
31ca7c7
..
8301db5
100644
(file)
--- 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 */