From: Kelley Cook Date: Tue, 5 Apr 2005 02:55:43 +0000 (+0000) Subject: acconfig.h (HAVE_TANL): Correct cut-and-paste typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b2ef856a168e6f5460aecb92901f6342cca898a9;p=gcc.git acconfig.h (HAVE_TANL): Correct cut-and-paste typo. 2005-04-05 Kelley Cook * acconfig.h (HAVE_TANL): Correct cut-and-paste typo. * config.h.in: Regenerate. From-SVN: r97596 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 17436c84a89..389850ba867 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2005-04-05 Kelley Cook + + * acconfig.h (HAVE_TANL): Correct cut-and-paste typo. + * config.h.in: Regenerate. + 2005-04-04 Mark Mitchell * testsuite/Makefile.am (check-local): Remove. diff --git a/libstdc++-v3/acconfig.h b/libstdc++-v3/acconfig.h index f4cb96abaaf..0d74a0fb125 100644 --- a/libstdc++-v3/acconfig.h +++ b/libstdc++-v3/acconfig.h @@ -418,8 +418,8 @@ #endif #if defined (HAVE__TANL) && ! defined (HAVE_TANL) -# define HAVE_TANF 1 -# define tanf _tanf +# define HAVE_TANL 1 +# define tanl _tanl #endif #if defined (HAVE__STRTOF) && ! defined (HAVE_STRTOF) diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in index 01229cc5244..71aebe6b14b 100644 --- a/libstdc++-v3/config.h.in +++ b/libstdc++-v3/config.h.in @@ -994,8 +994,8 @@ #endif #if defined (HAVE__TANL) && ! defined (HAVE_TANL) -# define HAVE_TANF 1 -# define tanf _tanf +# define HAVE_TANL 1 +# define tanl _tanl #endif #if defined (HAVE__STRTOF) && ! defined (HAVE_STRTOF)