* src/atomic_ops/sysdeps/gcc/hppa.h (AO_test_and_set_full):
Add cast for return.
2007-05-17 Hans Boehm <Hans.Boehm@hp.com>
* include/private/gc_priv.h: Define AO_REQUIRE_CAS.
+2007-05-17 Hans Boehm <Hans.Boehm@hp.com>
+
+ * include/private/gc_priv.h: Ddefine AO_REQUIRE_CAS.
+
2007-05-16 Hans Boehm <Hans.Boehm@hp.com>
* finalize.c (GC_unreachable_finalize_mark_proc): Don't return void
# include <sys/resource.h>
#endif /* BSD_TIME */
+#ifdef PARALLEL_MARK
+# define AO_REQUIRE_CAS
+#endif
+
#ifndef _GC_H
# include "../gc.h"
#endif