aboutsummaryrefslogtreecommitdiff
path: root/src/math/rintl.c
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2012-03-25 00:42:51 -0400
committerRich Felker <dalias@aerifal.cx>2012-03-25 00:42:51 -0400
commita9014ac1b9bc813a21752cd40e0a73441860e6e6 (patch)
tree6e774ea5863925c49b6da15b25adc20d1ec192b4 /src/math/rintl.c
parentadd strfmon_l variant (still mostly incomplete) (diff)
parentminor rintl.c fix: remove unsupported ldbl format message (diff)
downloadgrovel-a9014ac1b9bc813a21752cd40e0a73441860e6e6.tar.gz
grovel-a9014ac1b9bc813a21752cd40e0a73441860e6e6.tar.xz
Merge remote branch 'nsz/master'
Diffstat (limited to 'src/math/rintl.c')
-rw-r--r--src/math/rintl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/math/rintl.c b/src/math/rintl.c
index 6a311a9d..b13cfeb3 100644
--- a/src/math/rintl.c
+++ b/src/math/rintl.c
@@ -42,8 +42,6 @@ shift[2] = {
0x1.0p63, -0x1.0p63
#elif LDBL_MANT_DIG == 113
0x1.0p112, -0x1.0p112
-#else
-#error "Unsupported long double format"
#endif
};
static const float zero[2] = { 0.0, -0.0 };