diff options
author | Kelley Cook <kcook@gcc.gnu.org> | 2005-04-05 02:55:43 +0000 |
---|---|---|
committer | R. Kelley Cook <kcook@gcc.gnu.org> | 2005-04-05 02:55:43 +0000 |
commit | b2ef856a168e6f5460aecb92901f6342cca898a9 (patch) | |
tree | 51d3671dcdba07487427d8da9ca2cd6636e8b030 | |
parent | 41b6a5e2c06e315f3fc465b78421090d86a51021 (diff) | |
download | gcc-b2ef856a168e6f5460aecb92901f6342cca898a9.zip gcc-b2ef856a168e6f5460aecb92901f6342cca898a9.tar.gz gcc-b2ef856a168e6f5460aecb92901f6342cca898a9.tar.bz2 |
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
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++-v3/acconfig.h | 4 | ||||
-rw-r--r-- | libstdc++-v3/config.h.in | 4 |
3 files changed, 9 insertions, 4 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 17436c8..389850b 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 f4cb96a..0d74a0f 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 01229cc..71aebe6 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) |