* Merged in twisti-branch.
[cacao.git] / src / mm / boehm-gc / include / private / gc_locks.h
index 89638f6eb63e1da7f7fdc150940954f22b9a9427..aba1b46b6910ece97cb2d13d93b2af932e970c79 100644 (file)
        }
 #      define GC_TEST_AND_SET_DEFINED
 #    endif
+/* tbfg */
+#if 0          
 #    ifdef M68K
        /* Contributed by Tony Mantler.  I'm not sure how well it was   */
        /* tested.                                                      */
        }
 #      define GC_TEST_AND_SET_DEFINED
 #    endif
+#endif
 #    if defined(POWERPC)
         inline static int GC_test_and_set(volatile unsigned int *addr) {
           int oldval;