OSDN Git Service

2005-04-05 Kelley Cook <kcook@gcc.gnu.org>
authorkcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 Apr 2005 02:55:43 +0000 (02:55 +0000)
committerkcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 Apr 2005 02:55:43 +0000 (02:55 +0000)
* 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
libstdc++-v3/acconfig.h
libstdc++-v3/config.h.in

index 17436c8..389850b 100644 (file)
@@ -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.
index f4cb96a..0d74a0f 100644 (file)
 #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)
index 01229cc..71aebe6 100644 (file)
 #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)