From 232cca6b0c06482c9fb1739f3e72df286a309a8e Mon Sep 17 00:00:00 2001 From: Danny Smith Date: Sun, 26 Jan 2003 07:04:04 +0000 Subject: * include/math.h (tgamma): Correct typo in comment. --- winsup/mingw/ChangeLog | 4 ++++ winsup/mingw/include/math.h | 4 +--- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'winsup') diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog index 25aa9c804..c180100ad 100644 --- a/winsup/mingw/ChangeLog +++ b/winsup/mingw/ChangeLog @@ -1,3 +1,7 @@ +2003-01-26 Danny Smith + + * include/math.h (tgamma): Correct typo in comment. + 2003-01-26 Danny Smith * mingwex/mingw-fseek.c (INLINE): Remove define. diff --git a/winsup/mingw/include/math.h b/winsup/mingw/include/math.h index 4d3295eab..6249d020c 100644 --- a/winsup/mingw/include/math.h +++ b/winsup/mingw/include/math.h @@ -533,13 +533,11 @@ extern long double erfcl (long double); */ /* 7.12.8.3 The lgamma functions */ - extern double lgamma (double); extern float lgammaf (float); extern long double lgammal (long double); -/* 77.12.8.4 The tgamma functions */ - +/* 7.12.8.4 The tgamma functions */ extern double tgamma (double); extern float tgammaf (float); extern long double tgammal (long double); -- cgit v1.2.3