* Removed all Id tags.
[cacao.git] / src / vm / jit / m68k / machine-instr.h
index 7d939407eeab88afeb08fd7f8858af4bf38e7c74..2f9fa6fae4ca0c223459c3eaf01872664737e51d 100644 (file)
@@ -22,8 +22,6 @@
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA.
 
-   $Id: arch.h 5330 2006-09-05 18:43:12Z edwin $
-
 */
 
 
@@ -48,3 +46,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:
+ */