2006-03-28 Hans Boehm <Hans.Boehm@hp.com>
authorhboehm <hboehm>
Wed, 29 Mar 2006 01:57:13 +0000 (01:57 +0000)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 26 Jul 2011 17:06:36 +0000 (21:06 +0400)
* Capitalize AO_HAVE_test_and_set_acquire correctly.

include/private/gc_locks.h

index 5eecc50..a0d0333 100644 (file)
@@ -45,7 +45,7 @@
 #    define UNLOCK() PCR_Th_ML_Release(&GC_allocate_ml)
 #  endif
 
-#  if !defined(AO_have_test_and_set_acquire)
+#  if !defined(AO_HAVE_test_and_set_acquire)
 #    define USE_PTHREAD_LOCKS
 #  endif