mirror of git://gcc.gnu.org/git/gcc.git
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:
parent
41b6a5e2c0
commit
b2ef856a16
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue