Commit abfc6eb1 by Peter Schmid Committed by Benjamin Kosnik

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
parent 4e10943d
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.
......
...@@ -143,7 +143,7 @@ logf(float x) ...@@ -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)
{ {
......
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