Major file restructuring.
[cacao.git] / native.h
index 102a7a6fef6454cd4437dee4c080b023ee1c3a24..f60b6972191e6c3a1031cfa5f9c9be0be53c9b0c 100644 (file)
--- a/native.h
+++ b/native.h
@@ -85,3 +85,17 @@ void systemclassloader_addlibname(java_objectheader *o);
 void systemclassloader_addlibrary(java_objectheader *o);
 
 void copy_vftbl(vftbl **dest, vftbl *src);
+
+
+/*
+ * 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:
+ */