X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=cacao.git;a=blobdiff_plain;f=src%2Fmm%2Fboehm-gc%2Finclude%2Fprivate%2Fgc_locks.h;h=467c1a536a440b2ac583cdeff02cb8158d5ee761;hp=d11044b3eb3481b858768a9822c2d34aabb53f08;hb=c83bff94e40ee0a218a39931af17814d1a42cb5c;hpb=db5750e3eaf39a47dbccccfe7cdd180fb686aac6 diff --git a/src/mm/boehm-gc/include/private/gc_locks.h b/src/mm/boehm-gc/include/private/gc_locks.h index d11044b3e..467c1a536 100644 --- a/src/mm/boehm-gc/include/private/gc_locks.h +++ b/src/mm/boehm-gc/include/private/gc_locks.h @@ -29,7 +29,7 @@ # ifdef THREADS # include - void GC_noop1(word); + GC_API void GC_CALL GC_noop1(word); # ifdef PCR # include # include @@ -187,7 +187,7 @@ # define I_HOLD_LOCK() TRUE # define I_DONT_HOLD_LOCK() TRUE /* Used only in positive assertions or to test whether */ - /* we still need to acaquire the lock. TRUE works in */ + /* we still need to acquire the lock. TRUE works in */ /* either case. */ # endif /* !THREADS */