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
This commit is contained in:
Kelley Cook 2005-04-05 02:55:43 +00:00 committed by R. Kelley Cook
parent 41b6a5e2c0
commit b2ef856a16
3 changed files with 9 additions and 4 deletions

View 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.

View File

@ -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)

View File

@ -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)