From 0b8481982efa5a2fbb83aa12204256ce07220437 Mon Sep 17 00:00:00 2001 From: alfred Date: Tue, 28 May 2002 17:51:46 +0000 Subject: Assume __STDC__, remove non-__STDC__ code. Reviewed by: md5 --- lib/msun/src/w_acoshf.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib/msun/src/w_acoshf.c') diff --git a/lib/msun/src/w_acoshf.c b/lib/msun/src/w_acoshf.c index 0879889..7ef602c 100644 --- a/lib/msun/src/w_acoshf.c +++ b/lib/msun/src/w_acoshf.c @@ -25,12 +25,7 @@ static char rcsid[] = "$FreeBSD$"; #include "math.h" #include "math_private.h" -#ifdef __STDC__ float acoshf(float x) /* wrapper acoshf */ -#else - float acoshf(x) /* wrapper acoshf */ - float x; -#endif { #ifdef _IEEE_LIBM return __ieee754_acoshf(x); -- cgit v1.1