From 226d9e738492490b7cb77cc33d7e561185a8e22f Mon Sep 17 00:00:00 2001 From: kcook Date: Tue, 5 Apr 2005 02:55:43 +0000 Subject: [PATCH] 2005-04-05 Kelley Cook * acconfig.h (HAVE_TANL): Correct cut-and-paste typo. * config.h.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97596 138bc75d-0d04-0410-961f-82ee72b054a4 --- libstdc++-v3/ChangeLog | 5 +++++ libstdc++-v3/acconfig.h | 4 ++-- libstdc++-v3/config.h.in | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) 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) -- 2.11.0