summaryrefslogtreecommitdiff
path: root/libstdc++-v3/acconfig.h
diff options
context:
space:
mode:
authorkcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4>2005-04-05 02:55:43 +0000
committerkcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4>2005-04-05 02:55:43 +0000
commit226d9e738492490b7cb77cc33d7e561185a8e22f (patch)
tree51d3671dcdba07487427d8da9ca2cd6636e8b030 /libstdc++-v3/acconfig.h
parent5e3eb9c7efaa666c736f91fd106eb24a4fe29458 (diff)
downloadgcc-226d9e738492490b7cb77cc33d7e561185a8e22f.tar.gz
2005-04-05 Kelley Cook <kcook@gcc.gnu.org>
* 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
Diffstat (limited to 'libstdc++-v3/acconfig.h')
-rw-r--r--libstdc++-v3/acconfig.h4
1 files changed, 2 insertions, 2 deletions
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)