summaryrefslogtreecommitdiff
path: root/thread_local_alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'thread_local_alloc.c')
-rw-r--r--thread_local_alloc.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/thread_local_alloc.c b/thread_local_alloc.c
index 6122c885..2c76ad7e 100644
--- a/thread_local_alloc.c
+++ b/thread_local_alloc.c
@@ -32,6 +32,12 @@ GC_key_t GC_thread_key;
static GC_bool keys_initialized;
+#ifdef ENABLE_DISCLAIM
+ GC_INNER ptr_t * GC_finalized_objfreelist = NULL;
+ /* This variable is declared here to prevent linking of */
+ /* finalized_mlc module unless the client uses the latter one. */
+#endif
+
/* Return a single nonempty freelist fl to the global one pointed to */
/* by gfl. */