stubs.c: Fix PR/3988, replace _GBLICPP_HAVE_LOGL with HAVE_LOGL

2001-08-14  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>

	* libstdc++-v3/libmath/stubs.c: Fix PR/3988, replace
	_GBLICPP_HAVE_LOGL with HAVE_LOGL

From-SVN: r44884
This commit is contained in:
Peter Schmid 2001-08-14 06:50:58 +00:00 committed by Benjamin Kosnik
parent 4e10943dda
commit abfc6eb13b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-08-14 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
* libstdc++-v3/libmath/stubs.c: Fix PR/3988, replace
_GBLICPP_HAVE_LOGL with HAVE_LOGL
2001-08-13 Benjamin Kosnik <bkoz@redhat.com> 2001-08-13 Benjamin Kosnik <bkoz@redhat.com>
* configure.in (libtool_VERSION): Add. * configure.in (libtool_VERSION): Add.

View File

@ -143,7 +143,7 @@ logf(float x)
} }
#endif #endif
#ifndef _GBLICPP_HAVE_LOGL #ifndef HAVE_LOGL
long double long double
logl(long double x) logl(long double x)
{ {