From 1376e3369e1def750d8e66100615260fd6aed813 Mon Sep 17 00:00:00 2001 From: stefanf Date: Mon, 7 Mar 2005 20:28:26 +0000 Subject: Remove an obsolete sentence from a comment. --- lib/msun/src/s_rint.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/msun/src/s_rint.c') 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]={ -- cgit v1.1