[kaffe] CVS kaffe (dalibor): Fixed interpreter build

Kaffe CVS cvs-commits at kaffe.org
Tue Mar 30 05:09:02 PST 2004


PatchSet 4597 
Date: 2004/03/30 12:53:07
Author: dalibor
Branch: HEAD
Tag: (none) 
Log:
Fixed interpreter build

2004-03-30  Dalibor Topic <robilad at kaffe.org>

        * kaffe/kaffevm/jni.c:
        [INTERPRETER](Kaffe_JNI_wrapper) Made non-static again to fix
        build problems with interpreter builds.

Members: 
	ChangeLog:1.2174->1.2175 
	kaffe/kaffevm/jni.c:1.104->1.105 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.2174 kaffe/ChangeLog:1.2175
--- kaffe/ChangeLog:1.2174	Mon Mar 29 21:39:13 2004
+++ kaffe/ChangeLog	Tue Mar 30 12:53:07 2004
@@ -1,3 +1,9 @@
+2004-03-30  Dalibor Topic <robilad at kaffe.org>
+
+	* kaffe/kaffevm/jni.c:
+	[INTERPRETER](Kaffe_JNI_wrapper) Made non-static again to fix
+	build problems with interpreter builds.
+
 2004-03-29  Adam Heath <doogie at debian.org>
 
 	Misc. small warning fixes.
Index: kaffe/kaffe/kaffevm/jni.c
diff -u kaffe/kaffe/kaffevm/jni.c:1.104 kaffe/kaffe/kaffevm/jni.c:1.105
--- kaffe/kaffe/kaffevm/jni.c:1.104	Mon Mar 29 21:39:14 2004
+++ kaffe/kaffe/kaffevm/jni.c	Tue Mar 30 12:53:09 2004
@@ -4077,7 +4077,7 @@
 	xmeth->accflags |= ACC_JNI;
 }
 
-static void
+void
 Kaffe_KNI_wrapper(Method* xmeth, void* func)
 {
 	SET_METHOD_NATIVECODE(xmeth, func);




More information about the kaffe mailing list