mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-03 19:51:05 +08:00
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
This commit is contained in:
parent
6951bc4a54
commit
64fc0133eb
@ -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.
|
||||
|
@ -25,7 +25,7 @@ details. */
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "mprec.h"
|
||||
#include "fdlibm.h"
|
||||
|
||||
union u
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user