OSDN Git Service

* libmath/stubs.c: Fix thinko.
authorgdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 23 Jun 2001 23:47:39 +0000 (23:47 +0000)
committergdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 23 Jun 2001 23:47:39 +0000 (23:47 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43536 138bc75d-0d04-0410-961f-82ee72b054a4

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

index ea450d6..b5f97d5 100644 (file)
@@ -1,3 +1,7 @@
+2001-06-24  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
+
+       * libmath/stubs.c: Fix thinko.
+
 2001-06-24  David Edelsohn <dje@watson.ibm.com>
 
        * libmath/stubs.c (sqrtf): Define.
index fe7b57e..5c67e4a 100644 (file)
@@ -100,6 +100,7 @@ sqrtf(float x)
 {
   return (float) sqrt(x);
 }
+#endif
 
 #ifndef _GLIBCPP_HAVE_TANF
 float