Commit b2ef856a by Kelley Cook Committed by R. Kelley Cook

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
parent 41b6a5e2
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> 2005-04-04 Mark Mitchell <mark@codesourcery.com>
* testsuite/Makefile.am (check-local): Remove. * testsuite/Makefile.am (check-local): Remove.
......
...@@ -418,8 +418,8 @@ ...@@ -418,8 +418,8 @@
#endif #endif
#if defined (HAVE__TANL) && ! defined (HAVE_TANL) #if defined (HAVE__TANL) && ! defined (HAVE_TANL)
# define HAVE_TANF 1 # define HAVE_TANL 1
# define tanf _tanf # define tanl _tanl
#endif #endif
#if defined (HAVE__STRTOF) && ! defined (HAVE_STRTOF) #if defined (HAVE__STRTOF) && ! defined (HAVE_STRTOF)
......
...@@ -994,8 +994,8 @@ ...@@ -994,8 +994,8 @@
#endif #endif
#if defined (HAVE__TANL) && ! defined (HAVE_TANL) #if defined (HAVE__TANL) && ! defined (HAVE_TANL)
# define HAVE_TANF 1 # define HAVE_TANL 1
# define tanf _tanf # define tanl _tanl
#endif #endif
#if defined (HAVE__STRTOF) && ! defined (HAVE_STRTOF) #if defined (HAVE__STRTOF) && ! defined (HAVE_STRTOF)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment