[kaffe] CVS kaffe (robilad): small cleanup
Kaffe CVS
cvs-commits at kaffe.org
Tue Dec 27 17:16:25 PST 2005
PatchSet 7060
Date: 2005/12/28 01:10:05
Author: robilad
Branch: HEAD
Tag: (none)
Log:
small cleanup
2005-12-27 Dalibor Topic <robilad at kaffe.org>
* config/x86_64/atomic.h: Include config-int.h instead of stdint.h
Members:
ChangeLog:1.4579->1.4580
config/x86_64/atomic.h:1.2->1.3
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.4579 kaffe/ChangeLog:1.4580
--- kaffe/ChangeLog:1.4579 Mon Dec 26 22:35:49 2005
+++ kaffe/ChangeLog Wed Dec 28 01:10:05 2005
@@ -1,3 +1,7 @@
+2005-12-27 Dalibor Topic <robilad at kaffe.org>
+
+ * config/x86_64/atomic.h: Include config-int.h instead of stdint.h
+
2005-12-26 Dalibor Topic <robilad at kaffe.org>
* kaffe/kaffevm/jni/jni-refs.c
Index: kaffe/config/x86_64/atomic.h
diff -u kaffe/config/x86_64/atomic.h:1.2 kaffe/config/x86_64/atomic.h:1.3
--- kaffe/config/x86_64/atomic.h:1.2 Mon Jul 4 00:03:55 2005
+++ kaffe/config/x86_64/atomic.h Wed Dec 28 01:10:08 2005
@@ -17,7 +17,7 @@
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301 USA. */
-#include <stdint.h>
+#include "config-int.h"
typedef int8_t atomic8_t;
More information about the kaffe
mailing list