From 5b91f0a6efc120a2c7b26000347f4a2876577fa8 Mon Sep 17 00:00:00 2001 From: Danny Smith Date: Mon, 9 May 2005 09:36:10 +0000 Subject: * mingwex/math/nextafterf.c (nextafterf): Correct handling of -0.0. * mingwex/math/nextafterl.c: New file. * mingwex/Makefile.in (MATH_DISTFILES): Add nextafterl.c. (MATH_OBJS): Add nextafterl.o. * include/math.h (nextafterl): Uncomment prototype. --- winsup/mingw/include/math.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'winsup/mingw/include/math.h') diff --git a/winsup/mingw/include/math.h b/winsup/mingw/include/math.h index 751fa9509..9f1531dd7 100644 --- a/winsup/mingw/include/math.h +++ b/winsup/mingw/include/math.h @@ -721,8 +721,7 @@ extern long double __cdecl nanl(const char *tagp); /* 7.12.11.3 */ extern double __cdecl nextafter (double, double); /* in libmoldname.a */ extern float __cdecl nextafterf (float, float); -/* TODO: Not yet implemented */ -/* extern long double __cdecl nextafterl (long double, long double); */ +extern long double __cdecl nextafterl (long double, long double); /* 7.12.11.4 The nexttoward functions: TODO */ -- cgit v1.2.3