blob: f7be9ebd6bab1f55c7571bf8816a91d9347e8d7f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- work.orig/sablevm-native-library-1.0.6/src/fdlibm/mprec.h.orig Thu Aug 22 21:32:46 2002
+++ work/sablevm-native-library-1.0.6/src/fdlibm/mprec.h Thu Aug 22 21:35:34 2002
@@ -57,11 +57,11 @@
/* ISO C99 int type declarations */
-#if !defined HAVE_INT32_DEFINED && defined HAVE_BSD_INT32_DEFINED
+#if 0
typedef u_int32_t uint32_t;
#endif
-#if !defined HAVE_BSD_INT32_DEFINED && !defined HAVE_INT32_DEFINED
+#if 0
// FIXME -- this could have problems with systems that don't define SI to be 4
typedef int int32_t __attribute__ ((mode (SI)));
|