[kaffe] Config Include Cleanup Patch
Michael Franz
developer.franz@verizon.net
Mon May 31 17:57:01 2004
--Apple-Mail-3-369793078
Content-Transfer-Encoding: 7bit
Content-Type: text/plain;
charset=US-ASCII;
format=flowed
Hi,
This should be the last of the files that are using
../../kaffe/kaffevm/xxxx.h . There might be others that are using
../../, but I can get to those later.
Michael
--Apple-Mail-3-369793078
Content-Disposition: attachment;
filename=ConfigIncludeCleanup.patch
Content-Transfer-Encoding: 7bit
Content-Type: application/octet-stream;
x-unix-mode=0640;
name="ConfigIncludeCleanup.patch"
Index: kaffe/config/alpha/alpha.c
===================================================================
RCS file: /cvs/kaffe/kaffe/config/alpha/alpha.c,v
retrieving revision 1.5
diff -u -r1.5 alpha.c
--- kaffe/config/alpha/alpha.c 10 Oct 2003 20:05:55 -0000 1.5
+++ kaffe/config/alpha/alpha.c 1 Jun 2004 00:46:49 -0000
@@ -14,7 +14,7 @@
#include "gtypes.h"
#include "debug.h"
-#include "../../kaffe/kaffevm/thread.h"
+#include "thread.h"
/* return register number that contains return address if function at
pc is a frame-less procedure. Else return -1. */
Index: kaffe/config/mips/mips.c
===================================================================
RCS file: /cvs/kaffe/kaffe/config/mips/mips.c,v
retrieving revision 1.11
diff -u -r1.11 mips.c
--- kaffe/config/mips/mips.c 15 Oct 1999 01:38:46 -0000 1.11
+++ kaffe/config/mips/mips.c 1 Jun 2004 00:46:50 -0000
@@ -18,7 +18,7 @@
#include "classMethod.h"
#include "object.h"
#include "support.h"
-#include "../../kaffe/kaffevm/thread.h"
+#include "thread.h"
extern int maxArgs;
extern int isStatic;
--Apple-Mail-3-369793078--