[kaffe] CVS kaffe (robilad): small include file path fixlet
Kaffe CVS
cvs-commits at kaffe.org
Tue Apr 18 09:11:24 PDT 2006
PatchSet 7240
Date: 2006/04/18 15:57:47
Author: robilad
Branch: HEAD
Tag: (none)
Log:
small include file path fixlet
2006-04-18 Dalibor Topic <robilad at kaffe.org>
* include/native.h: Use local java_lang_String.h.
Members:
ChangeLog:1.4745->1.4746
include/native.h:1.20->1.21
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.4745 kaffe/ChangeLog:1.4746
--- kaffe/ChangeLog:1.4745 Tue Apr 18 13:32:45 2006
+++ kaffe/ChangeLog Tue Apr 18 15:57:47 2006
@@ -1,3 +1,7 @@
+2006-04-18 Dalibor Topic <robilad at kaffe.org>
+
+ * include/native.h: Use local java_lang_String.h.
+
2006-04-18 Guilhem Lavaux <guilhem at kaffe.org>
*
Index: kaffe/include/native.h
diff -u kaffe/include/native.h:1.20 kaffe/include/native.h:1.21
--- kaffe/include/native.h:1.20 Wed Aug 10 21:17:46 2005
+++ kaffe/include/native.h Tue Apr 18 15:57:56 2006
@@ -58,7 +58,7 @@
#include "Arrays.h"
/* Get the strings */
-#include <java_lang_String.h>
+#include "java_lang_String.h"
/* Some internal machine object conversions to "standard" types. */
typedef Hjava_lang_Class HClass;
More information about the kaffe
mailing list