This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[libstdc++] Build system cleanup [2/n]


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)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]