]> 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>
Mon, 16 Jan 2012 12:39:08 +0000 (16:39 +0400)
commit9cab08ec1a863515de17affebe82257bcbd94ece
tree79af0f82500f72b235b996d253cf7be151a3ca93
parent8e7acd91f5bdb5cff78765303571af6f971bc9f2
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