This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
[patch] mprec remove cruft
- From: Andreas Tobler <toa at pop dot agri dot ch>
- To: Java Patches <java-patches at gcc dot gnu dot org>
- Date: Wed, 09 Mar 2005 19:51:20 +0100
- Subject: [patch] mprec remove cruft
Hi all,
this little patch brings us mre together with GNU Classpath.
Ok, for main?
Andreas
2005-03-09 Andreas Tobler <a.tobler@schweiz.ch>
* java/lang/mprec.h: Remove commented headers. Fix comment to match
the file in GNU Classpath style.
Index: java/lang/mprec.h
===================================================================
RCS file: /cvs/gcc/gcc/libjava/java/lang/mprec.h,v
retrieving revision 1.7
diff -u -r1.7 mprec.h
--- java/lang/mprec.h 23 Dec 2000 23:38:51 -0000 1.7
+++ java/lang/mprec.h 9 Mar 2005 18:50:08 -0000
@@ -29,10 +29,6 @@
#include <config.h>
#include "ieeefp.h"
-// #include <math.h>
-// #include <float.h>
-// #include <errno.h>
-
#if defined HAVE_STDINT_H
#include <stdint.h>
#elif defined HAVE_INTTYPES_H
@@ -58,7 +54,7 @@
#endif
#if !defined HAVE_BSD_INT32_DEFINED && !defined HAVE_INT32_DEFINED
-// FIXME -- this could have problems with systems that don't define SI to be 4
+/* FIXME this could have problems with systems that don't define SI to be 4 */
typedef int int32_t __attribute__((mode(SI)));
/* This is a blatant hack: on Solaris 2.5, pthread.h defines uint32_t