link.cc (ensure_class_linked): Removed #ifdef.
[gcc.git] / libjava / java / lang / mprec.h
index 4baac323ad31f9f55ced7619f7c0be9ddedf7068..26472a2278bba3331b70ae47f1dd5c86dfe1c0f1 100644 (file)
 #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
 extern "C" {
 #endif
 
-/* ISO C9X int type declarations */
+/* ISO C99 int type declarations */
 
 #if !defined HAVE_INT32_DEFINED && defined HAVE_BSD_INT32_DEFINED
 typedef u_int32_t uint32_t;
 #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