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:
parent
4e10943dda
commit
abfc6eb13b
@ -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.
|
||||||
|
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user