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>
* configure.in (libtool_VERSION): Add.
......
......@@ -143,7 +143,7 @@ logf(float x)
}
#endif
#ifndef _GBLICPP_HAVE_LOGL
#ifndef HAVE_LOGL
long double
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