- we now build a libnat.a
[cacao.git] / nat / VMSystem.c
index dc63523d0c8ba775cb2955c80450ada008b81ccc..1de9a01743612116c0ef524213b03a84d53e42a5 100644 (file)
@@ -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:
+ */