summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/s_floorf.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun/src/s_floorf.c')
-rw-r--r--lib/msun/src/s_floorf.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/msun/src/s_floorf.c b/lib/msun/src/s_floorf.c
index 116ec1d..5392161 100644
--- a/lib/msun/src/s_floorf.c
+++ b/lib/msun/src/s_floorf.c
@@ -29,18 +29,9 @@ static char rcsid[] = "$FreeBSD$";
#include "math.h"
#include "math_private.h"
-#ifdef __STDC__
static const float huge = 1.0e30;
-#else
-static float huge = 1.0e30;
-#endif
-#ifdef __STDC__
float floorf(float x)
-#else
- float floorf(x)
- float x;
-#endif
{
int32_t i0,j0;
u_int32_t i;
OpenPOWER on IntegriCloud