summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/s_frexpf.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun/src/s_frexpf.c')
-rw-r--r--lib/msun/src/s_frexpf.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/msun/src/s_frexpf.c b/lib/msun/src/s_frexpf.c
index fbec667..823889a 100644
--- a/lib/msun/src/s_frexpf.c
+++ b/lib/msun/src/s_frexpf.c
@@ -20,19 +20,10 @@ static char rcsid[] = "$FreeBSD$";
#include "math.h"
#include "math_private.h"
-#ifdef __STDC__
static const float
-#else
-static float
-#endif
two25 = 3.3554432000e+07; /* 0x4c000000 */
-#ifdef __STDC__
float frexpf(float x, int *eptr)
-#else
- float frexpf(x, eptr)
- float x; int *eptr;
-#endif
{
int32_t hx,ix;
GET_FLOAT_WORD(hx,x);
OpenPOWER on IntegriCloud