From 56c8a56f2735b5a2ab50bedbd61a8d5832125265 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Wed, 28 Sep 2011 13:48:17 +0400 Subject: Review 'disclaim' add-on partially; fix code in some places again --- thread_local_alloc.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'thread_local_alloc.c') 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. */ -- cgit v1.2.1