summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/s_rintf.c
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-05-28 17:51:46 +0000
committeralfred <alfred@FreeBSD.org>2002-05-28 17:51:46 +0000
commit0b8481982efa5a2fbb83aa12204256ce07220437 (patch)
tree8cb4143d5f74c1c235f3d5ef0547bdf3f395a536 /lib/msun/src/s_rintf.c
parentd6fede3824f3a355c70642befd5bc0ec0d78ff1a (diff)
downloadFreeBSD-src-0b8481982efa5a2fbb83aa12204256ce07220437.zip
FreeBSD-src-0b8481982efa5a2fbb83aa12204256ce07220437.tar.gz
Assume __STDC__, remove non-__STDC__ code.
Reviewed by: md5
Diffstat (limited to 'lib/msun/src/s_rintf.c')
-rw-r--r--lib/msun/src/s_rintf.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/msun/src/s_rintf.c b/lib/msun/src/s_rintf.c
index 3bb8b1c..ae7ccc0 100644
--- a/lib/msun/src/s_rintf.c
+++ b/lib/msun/src/s_rintf.c
@@ -26,22 +26,13 @@ static char rcsid[] = "$FreeBSD$";
* precision and doesn't clip them to float precision when they are
* assigned and returned.
*/
-#ifdef __STDC__
static const double
-#else
-static double
-#endif
TWO23[2]={
8.3886080000e+06, /* 0x4b000000 */
-8.3886080000e+06, /* 0xcb000000 */
};
-#ifdef __STDC__
float rintf(float x)
-#else
- float rintf(x)
- float x;
-#endif
{
int32_t i0,j0,sx;
u_int32_t i,i1;
OpenPOWER on IntegriCloud