[kaffe] Small fix for kaffe/kaffevm/external.c
Fabien Renaud
renaud at nentec.de
Fri Jul 9 04:25:56 PDT 2004
Hi,
There is a little mistake in guilhem´s patch.
You can solve it with this patch (I´m not sure that is the best way) :
> diff -u kaffe/kaffevm/external.c_ kaffe/kaffevm/external.c
--- kaffe/kaffevm/external.c_ 2004-07-09 13:23:20.000000000 +0200
+++ kaffe/kaffevm/external.c 2004-07-09 13:24:29.000000000 +0200
@@ -49,6 +49,8 @@
#include "jni_i.h"
#ifdef ENABLE_BINRELOC
#include "prefix.h"
+#else
+#define SELFPATH "unknown"
#endif
#ifdef __riscos__
Cheers,
Fabien
More information about the kaffe
mailing list