2001-08-14 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Aug 2001 06:50:58 +0000 (06:50 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Aug 2001 06:50:58 +0000 (06:50 +0000)
* libstdc++-v3/libmath/stubs.c: Fix PR/3988, replace
_GBLICPP_HAVE_LOGL with HAVE_LOGL

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44884 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/libmath/stubs.c

index 6ce0798..cd5041e 100644 (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>
 
        * configure.in (libtool_VERSION): Add.
index 9a0f5f6..203feee 100644 (file)
@@ -143,7 +143,7 @@ logf(float x)
 }
 #endif
 
-#ifndef _GBLICPP_HAVE_LOGL
+#ifndef HAVE_LOGL
 long double
 logl(long double x)
 {