]> granicus.if.org Git - gc/commit
Fix extra/gc.c to enable GC source inclusion from multi-threaded app
authorIvan Maidanski <ivmai@mail.ru>
Fri, 13 Jan 2012 15:53:47 +0000 (19:53 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 13 Jan 2012 15:53:47 +0000 (19:53 +0400)
commitf73c8b73fd930f5e68db8753ac5e748e52005077
treecfc5bb01fff85102aac6d9cd81eb245c2fd38ef2
parent1d519e5957c8b7bdc287a39f711aa9d57ed1b890
Fix extra/gc.c to enable GC source inclusion from multi-threaded app

* extra/gc.c: Include gc_pthread_redirects.h (unless
GC_NO_THREAD_REDIRECTS) to restore thread calls macro-based
redirection after the corresponding undef's in pthread_support.c.
* win32_threads.c: Restore thread calls macro-based redirection
(unless GC_NO_THREAD_REDIRECTS) at the file end.
* extra/gc.c: Remove "file not well tested" comment.
extra/gc.c
win32_threads.c