diff options
author | Ivan Maidanski <ivmai@mail.ru> | 2013-07-15 15:48:44 +0400 |
---|---|---|
committer | Ivan Maidanski <ivmai@mail.ru> | 2013-07-15 15:48:44 +0400 |
commit | 84c483185f85bc574eeea2ae316d25062a02d296 (patch) | |
tree | 98b4b4244e0f81af75c82f3ded78aba4c165b2c7 /mark.c | |
parent | c3b49f5a6764f82e34c0d2fbc4462d92b865dc75 (diff) | |
download | bdwgc-84c483185f85bc574eeea2ae316d25062a02d296.tar.gz |
Mark GC_started_thread_while_stopped() as GC_INNER
* mark.c (GC_started_thread_while_stopped): Declare as GC_INNER
(declared only if GC_WIN32_THREADS).
* win32_threads.c (GC_started_thread_while_stopped): Define as GC_INNER.
Diffstat (limited to 'mark.c')
-rw-r--r-- | mark.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -477,7 +477,7 @@ static void alloc_mark_stack(size_t); # endif /* __GNUC__ && MSWIN32 */ #if defined(GC_WIN32_THREADS) && !defined(__GNUC__) - GC_bool GC_started_thread_while_stopped(void); + GC_INNER GC_bool GC_started_thread_while_stopped(void); /* In win32_threads.c. Did we invalidate mark phase with an */ /* unexpected thread start? */ #endif |