summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/s_rintf.c
diff options
context:
space:
mode:
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