summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/s_rint.c
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2005-03-07 20:28:26 +0000
committerstefanf <stefanf@FreeBSD.org>2005-03-07 20:28:26 +0000
commit1376e3369e1def750d8e66100615260fd6aed813 (patch)
treed967af585f66b4e5f5c0e6ae31e9c1bdda2ab2ce /lib/msun/src/s_rint.c
parentee457df6ea62113f502690a5339ffc35c88bb1fd (diff)
downloadFreeBSD-src-1376e3369e1def750d8e66100615260fd6aed813.zip
FreeBSD-src-1376e3369e1def750d8e66100615260fd6aed813.tar.gz
Remove an obsolete sentence from a comment.
Diffstat (limited to 'lib/msun/src/s_rint.c')
-rw-r--r--lib/msun/src/s_rint.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/msun/src/s_rint.c b/lib/msun/src/s_rint.c
index f28a80d..9a2b42e 100644
--- a/lib/msun/src/s_rint.c
+++ b/lib/msun/src/s_rint.c
@@ -31,8 +31,7 @@ static char rcsid[] = "$FreeBSD$";
* TWO23 is long double instead of double to avoid a bug in gcc. Without
* this, gcc thinks that TWO23[sx]+x and w-TWO23[sx] already have double
* precision and doesn't clip them to double precision when they are
- * assigned and returned. Use long double even in the !__STDC__ case in
- * case this is compiled with gcc -traditional.
+ * assigned and returned.
*/
static const long double
TWO52[2]={
OpenPOWER on IntegriCloud