From b2ef856a168e6f5460aecb92901f6342cca898a9 Mon Sep 17 00:00:00 2001
From: Kelley Cook <kcook@gcc.gnu.org>
Date: Tue, 5 Apr 2005 02:55:43 +0000
Subject: [PATCH] acconfig.h (HAVE_TANL): Correct cut-and-paste typo.

2005-04-05  Kelley Cook  <kcook@gcc.gnu.org>

	* acconfig.h (HAVE_TANL): Correct cut-and-paste typo.
	* config.h.in: Regenerate.

From-SVN: r97596
---
 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 17436c84a895..389850ba867f 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,8 @@
+2005-04-05  Kelley Cook  <kcook@gcc.gnu.org>
+
+	* acconfig.h (HAVE_TANL): Correct cut-and-paste typo.
+	* config.h.in: Regenerate.
+
 2005-04-04  Mark Mitchell  <mark@codesourcery.com>
 
 	* testsuite/Makefile.am (check-local): Remove.
diff --git a/libstdc++-v3/acconfig.h b/libstdc++-v3/acconfig.h
index f4cb96abaafd..0d74a0fb1255 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 01229cc5244d..71aebe6b14b3 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)
-- 
GitLab