Merged revisions 7797-7917 via svnmerge from
[cacao.git] / src / vm / jit / m68k / machine-instr.h
index 7d939407eeab88afeb08fd7f8858af4bf38e7c74..16eaec2ff30285f5aeb0bbd169b5b18bbd9b671b 100644 (file)
@@ -48,3 +48,18 @@ static inline long compare_and_swap(long *p, long oldval, long newval)
 #define MEMORY_BARRIER() __asm__ __volatile__ ( "" : : : "memory" );
 
 #endif
+
+
+/*
+ * 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:
+ * vim:noexpandtab:sw=4:ts=4:
+ */