diff options
Diffstat (limited to 'arch/i386/bits')
-rw-r--r-- | arch/i386/bits/float.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/i386/bits/float.h b/arch/i386/bits/float.h index 044b516b..d439d40b 100644 --- a/arch/i386/bits/float.h +++ b/arch/i386/bits/float.h @@ -12,3 +12,5 @@ #define LDBL_DIG 18 #define LDBL_MIN_10_EXP (-4931) #define LDBL_MAX_10_EXP 4932 + +#define DECIMAL_DIG 21 |