about summary refs log tree commit diff
path: root/math/s_nexttowardf.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/s_nexttowardf.c')
-rw-r--r--math/s_nexttowardf.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/math/s_nexttowardf.c b/math/s_nexttowardf.c
index 0494d1a4e9..fb008d579c 100644
--- a/math/s_nexttowardf.c
+++ b/math/s_nexttowardf.c
@@ -24,13 +24,7 @@
 #include <math_private.h>
 #include <float.h>
 
-#ifdef __STDC__
-	float __nexttowardf(float x, long double y)
-#else
-	float __nexttowardf(x,y)
-	float x;
-	long double y;
-#endif
+float __nexttowardf(float x, long double y)
 {
 	int32_t hx,hy,ix,iy;
 	u_int32_t ly;