From 02626f616d01a8166f5a7c275a2d1fd5aeb150f9 Mon Sep 17 00:00:00 2001 From: Danny Smith Date: Sun, 8 May 2005 08:07:18 +0000 Subject: * mingwex/math/erfl.c: New file. * mingwex/Makefile.i (MATH_DISTFILES): Add erfl.c. (MATH_OBJS): Add erfl.o. * include/math.h (erfl, erfcl): Uncomment prototypes. --- winsup/mingw/include/math.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'winsup/mingw/include/math.h') diff --git a/winsup/mingw/include/math.h b/winsup/mingw/include/math.h index 585723b22..751fa9509 100644 --- a/winsup/mingw/include/math.h +++ b/winsup/mingw/include/math.h @@ -565,16 +565,12 @@ extern long double __cdecl sqrtl (long double); /* 7.12.8.1 The erf functions */ extern double __cdecl erf (double); extern float __cdecl erff (float); -/* TODO extern long double __cdecl erfl (long double); -*/ /* 7.12.8.2 The erfc functions */ extern double __cdecl erfc (double); extern float __cdecl erfcf (float); -/* TODO extern long double __cdecl erfcl (long double); -*/ /* 7.12.8.3 The lgamma functions */ extern double __cdecl lgamma (double); -- cgit v1.2.3