diff options
Diffstat (limited to 'boehm-gc/misc.c')
-rw-r--r-- | boehm-gc/misc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/boehm-gc/misc.c b/boehm-gc/misc.c index 94e19576323..72c87b0802c 100644 --- a/boehm-gc/misc.c +++ b/boehm-gc/misc.c @@ -445,7 +445,8 @@ void GC_init_inner() GC_thr_init(); # endif # if !defined(THREADS) || defined(SOLARIS_THREADS) || defined(WIN32_THREADS) \ - || defined(IRIX_THREADS) || defined(LINUX_THREADS) + || defined(IRIX_THREADS) || defined(LINUX_THREADS) \ + || defined (QUICK_THREADS) if (GC_stackbottom == 0) { GC_stackbottom = GC_get_stack_base(); } |