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
2 changed files with 6 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue