Commit 64fc0133 by Bryce McKinlay Committed by Bryce McKinlay

natDouble.cc: Include fdlibm.h, not mprec.h.

	* java/lang/natDouble.cc: Include fdlibm.h, not mprec.h. From
	Edgar Villanueva <edgarvil@home.com>.

From-SVN: r37991
parent 6951bc4a
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> 2000-12-03 Tom Tromey <tromey@redhat.com>
* java/awt/geom/Point2D.java: Added protected constructor. * java/awt/geom/Point2D.java: Added protected constructor.
......
...@@ -25,7 +25,7 @@ details. */ ...@@ -25,7 +25,7 @@ details. */
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include "mprec.h" #include "fdlibm.h"
union u union u
{ {
......
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