about summary refs log tree commit diff
path: root/misc/qefgcvt_r.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/qefgcvt_r.c')
-rw-r--r--misc/qefgcvt_r.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/qefgcvt_r.c b/misc/qefgcvt_r.c
index 8a52cb699b..66cc049ec8 100644
--- a/misc/qefgcvt_r.c
+++ b/misc/qefgcvt_r.c
@@ -30,6 +30,8 @@
 # define NDIGIT_MAX 17
 #elif LDBL_MANT_DIG == 113
 # define NDIGIT_MAX 36
+#elif LDBL_MANT_DIG == 106
+# define NDIGIT_MAX 34
 #elif LDBL_MANT_DIG == 56
 # define NDIGIT_MAX 18
 #else