[kaffe] CVS kaffe (robilad): removed use of inttypes.h
Kaffe CVS
cvs-commits at kaffe.org
Sat Mar 8 10:14:27 PST 2008
PatchSet 7782
Date: 2008/03/08 18:12:05
Author: robilad
Branch: HEAD
Tag: (none)
Log:
removed use of inttypes.h
2008-03-08 Dalibor Topic <robilad at kaffe.org>
* libraries/clib/native/java_lang_Object.c: Don't include inttypes.h,
we already include stdint.h.
Members:
ChangeLog:1.5281->1.5282
TODO:1.57->1.58
libraries/clib/native/java_lang_Object.c:1.3->1.4
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.5281 kaffe/ChangeLog:1.5282
--- kaffe/ChangeLog:1.5281 Sat Mar 8 18:08:44 2008
+++ kaffe/ChangeLog Sat Mar 8 18:12:05 2008
@@ -1,5 +1,12 @@
2008-03-08 Dalibor Topic <robilad at kaffe.org>
+ * libraries/clib/native/java_lang_Object.c: Don't include inttypes.h,
+ we already include stdint.h.
+
+ * TODO: Updated.
+
+2008-03-08 Dalibor Topic <robilad at kaffe.org>
+
* m4/ax_create_stdint_h.m4: Removed.
2008-03-06 Dalibor Topic <robilad at kaffe.org>
Index: kaffe/TODO
diff -u kaffe/TODO:1.57 kaffe/TODO:1.58
--- kaffe/TODO:1.57 Sat Mar 1 22:19:02 2008
+++ kaffe/TODO Sat Mar 8 18:12:05 2008
@@ -14,7 +14,6 @@
* Cleanup
* Remove kaffe's copies of jni.h, jni-md.h, etc. Use GNU Classpath's headers instead.
- Also remove the inttypes.h checks and use now that we are using c99.
* cleanup JNI library loading to use libltdl exclusively.
* Remove unused instructions from jits (nop, unimplemented)
* Use CScout http://www.spinellis.gr/cscout/doc/indexw.html to weed out unused symbols.
Index: kaffe/libraries/clib/native/java_lang_Object.c
diff -u kaffe/libraries/clib/native/java_lang_Object.c:1.3 kaffe/libraries/clib/native/java_lang_Object.c:1.4
--- kaffe/libraries/clib/native/java_lang_Object.c:1.3 Sat Mar 1 22:15:39 2008
+++ kaffe/libraries/clib/native/java_lang_Object.c Sat Mar 8 18:12:07 2008
@@ -31,10 +31,6 @@
#include "jvmpi_kaffe.h"
#include "debug.h"
-#if defined(HAVE_INTTYPES_H)
-#include <inttypes.h>
-#endif
-
/*
* Return class object for this object.
*/
More information about the kaffe
mailing list