OSDN Git Service

* java/lang/natDouble.cc: Include fdlibm.h, not mprec.h. From
authorbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 4 Dec 2000 08:22:34 +0000 (08:22 +0000)
committerbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 4 Dec 2000 08:22:34 +0000 (08:22 +0000)
Edgar Villanueva <edgarvil@home.com>.

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

libjava/ChangeLog
libjava/java/lang/natDouble.cc

index 3bdd4d1..142553b 100644 (file)
@@ -1,3 +1,8 @@
+2000-12-04  Bryce McKinlay  <bryce@albatross.co.nz>
+
+       * java/lang/natDouble.cc: Include fdlibm.h, not mprec.h. From 
+       Edgar Villanueva <edgarvil@home.com>.
+
 2000-12-03  Tom Tromey  <tromey@redhat.com>
 
        * java/awt/geom/Point2D.java: Added protected constructor.
index dc799b2..c2be506 100644 (file)
@@ -25,7 +25,7 @@ details.  */
 #include <stdio.h>
 #include <string.h>
 
-#include "mprec.h"
+#include "fdlibm.h"
 
 union u
 {