summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/s_nextafterf.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun/src/s_nextafterf.c')
-rw-r--r--lib/msun/src/s_nextafterf.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/msun/src/s_nextafterf.c b/lib/msun/src/s_nextafterf.c
index d976a20..67dbaa6 100644
--- a/lib/msun/src/s_nextafterf.c
+++ b/lib/msun/src/s_nextafterf.c
@@ -20,12 +20,7 @@ static char rcsid[] = "$FreeBSD$";
#include "math.h"
#include "math_private.h"
-#ifdef __STDC__
float nextafterf(float x, float y)
-#else
- float nextafterf(x,y)
- float x,y;
-#endif
{
int32_t hx,hy,ix,iy;
OpenPOWER on IntegriCloud