From 00d8bc81a96ff398af9517f1ad49b729cc4795d1 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 20 Aug 2000 08:37:13 +0000 Subject: Update. * ctype/ctype.h (isblank): Make available if ISO C99. * wctype/wctype.h (iswblank): Make available if ISO C99. * math/math.h (signgam): Don't make available if ISO C99. * math/tgmath.h (tgamma): Renamed from gamma. Patches by Joseph S. Myers . --- math/math.h | 2 +- math/tgmath.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'math') diff --git a/math/math.h b/math/math.h index 16dd0a5bbb..b171978a5c 100644 --- a/math/math.h +++ b/math/math.h @@ -108,7 +108,7 @@ __BEGIN_DECLS #undef __MATHCALL -#if defined __USE_MISC || defined __USE_XOPEN || defined __USE_ISOC99 +#if defined __USE_MISC || defined __USE_XOPEN /* This variable is used by `gamma' and `lgamma'. */ extern int signgam; #endif diff --git a/math/tgmath.h b/math/tgmath.h index aaf0f201c7..50d4d428ee 100644 --- a/math/tgmath.h +++ b/math/tgmath.h @@ -345,7 +345,7 @@ /* Error and gamma functions. */ #define erf(Val) __TGMATH_UNARY_REAL_ONLY (Val, erf) #define erfc(Val) __TGMATH_UNARY_REAL_ONLY (Val, erfc) -#define gamma(Val) __TGMATH_UNARY_REAL_ONLY (Val, gamma) +#define tgamma(Val) __TGMATH_UNARY_REAL_ONLY (Val, tgamma) #define lgamma(Val) __TGMATH_UNARY_REAL_ONLY (Val, lgamma) -- cgit v1.2.1