[kaffe] CVS kaffe (guilhem): Generated stdint fix.
Kaffe CVS
cvs-commits at kaffe.org
Fri Jul 22 04:41:24 PDT 2005
PatchSet 6758
Date: 2005/07/22 11:36:15
Author: guilhem
Branch: HEAD
Tag: (none)
Log:
Generated stdint fix.
2005-07-22 Kurt Miller <truk at optonline.net>
* m4/ax_create_stdint_h.m4: Define intmax_t if it is not available.
* configure: Regenerated.
Members:
ChangeLog:1.4283->1.4284
configure:1.471->1.472
m4/ax_create_stdint_h.m4:1.4->1.5
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.4283 kaffe/ChangeLog:1.4284
--- kaffe/ChangeLog:1.4283 Fri Jul 22 07:25:11 2005
+++ kaffe/ChangeLog Fri Jul 22 11:36:15 2005
@@ -1,3 +1,9 @@
+2005-07-22 Kurt Miller <truk at optonline.net>
+
+ * m4/ax_create_stdint_h.m4: Define intmax_t if it is not available.
+
+ * configure: Regenerated.
+
2005-07-21 Kurt Miller <truk at optonline.net>
* libraries/javalib/kaffe/tools/jar/Jar.java
Index: kaffe/configure
diff -u kaffe/configure:1.471 kaffe/configure:1.472
--- kaffe/configure:1.471 Tue Jul 19 23:21:05 2005
+++ kaffe/configure Fri Jul 22 11:36:18 2005
@@ -53246,9 +53246,10 @@
#ifndef _STDINT_HEADER_INTPTR
#define _STDINT_NEED_INTPTR_T
+#endif
+
#ifndef _STDINT_HAVE_INTMAX_T
#define _STDINT_NEED_INTMAX_T
-#endif
#endif
Index: kaffe/m4/ax_create_stdint_h.m4
diff -u kaffe/m4/ax_create_stdint_h.m4:1.4 kaffe/m4/ax_create_stdint_h.m4:1.5
--- kaffe/m4/ax_create_stdint_h.m4:1.4 Tue Jun 21 16:11:57 2005
+++ kaffe/m4/ax_create_stdint_h.m4 Fri Jul 22 11:36:26 2005
@@ -30,7 +30,7 @@
dnl file will include it directly. No need for fuzzy HAVE_STDINT_H things...
dnl
dnl @, (status: used on new platforms) (see http://ac-archive.sf.net/gstdint/)
-dnl @version $Id: ax_create_stdint_h.m4,v 1.4 2005/06/21 16:11:57 guilhem Exp $
+dnl @version $Id: ax_create_stdint_h.m4,v 1.5 2005/07/22 11:36:26 guilhem Exp $
dnl @author Guido Draheim <guidod at gmx.de>
AC_DEFUN([AX_CHECK_DATA_MODEL],[
@@ -351,9 +351,10 @@
#ifndef _STDINT_HEADER_INTPTR
#define _STDINT_NEED_INTPTR_T
+#endif
+
#ifndef _STDINT_HAVE_INTMAX_T
#define _STDINT_NEED_INTMAX_T
-#endif
#endif
More information about the kaffe
mailing list