X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=nat%2FVMSystem.c;h=1de9a01743612116c0ef524213b03a84d53e42a5;hb=4c1ce25bc7446f215e35715eb93a10905a743ac2;hp=dc63523d0c8ba775cb2955c80450ada008b81ccc;hpb=01e80125eeaf8869e5ae033853eb408bc06eaf28;p=cacao.git diff --git a/nat/VMSystem.c b/nat/VMSystem.c index dc63523d0..1de9a0174 100644 --- a/nat/VMSystem.c +++ b/nat/VMSystem.c @@ -1,5 +1,12 @@ /* class: java/lang/System */ + +#include "jni.h" +#include "builtin.h" +#include "native.h" +#include "java_lang_Object.h" + + #if 0 /* * Class: java/lang/System @@ -112,5 +119,15 @@ JNIEXPORT s4 JNICALL Java_java_lang_VMSystem_identityHashCode (JNIEnv *env , jcl } - - +/* + * These are local overrides for various environment variables in Emacs. + * Please do not remove this and leave it at the end of the file, where + * Emacs will automagically detect them. + * --------------------------------------------------------------------- + * Local variables: + * mode: c + * indent-tabs-mode: t + * c-basic-offset: 4 + * tab-width: 4 + * End: + */