This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[libstdc++] Build system cleanup [2/n]
- From: Kelley Cook <kcook at gcc dot gnu dot org>
- To: GCC Patches <gcc-patches at gcc dot gnu dot org>, libstdc++ at gcc dot gnu dot org
- Date: Mon, 04 Apr 2005 16:18:11 -0400
- Subject: [libstdc++] Build system cleanup [2/n]
- Hop-count: 1
This corrects an obvious typo for defining tanl.
Bootstrapped along with other changes.
OK to install?
2005-04-04 Kelley Cook <kcook@gcc.gnu.org>
* acconfig.h (HAVE_TANL): Correct cut-and-paste typo.
* config.h.in: Regenerate.
*** ../../gcc-orig/libstdc++-v3/acconfig.h Fri Apr 1 12:24:18 2005
--- acconfig.h Fri Apr 1 12:28:41 2005
***************
*** 418,425 ****
#endif
#if defined (HAVE__TANL) && ! defined (HAVE_TANL)
! # define HAVE_TANF 1
! # define tanf _tanf
#endif
#if defined (HAVE__STRTOF) && ! defined (HAVE_STRTOF)
--- 373,380 ----
#endif
#if defined (HAVE__TANL) && ! defined (HAVE_TANL)
! # define HAVE_TANL 1
! # define tanl _tanl
#endif
#if defined (HAVE__STRTOF) && ! defined (HAVE_STRTOF)