summaryrefslogtreecommitdiff
path: root/ptr_chck.c
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2011-07-26 20:18:03 +0400
committerIvan Maidanski <ivmai@mail.ru>2011-07-26 20:18:03 +0400
commit64040040407b11d8740516fad2438109e7f22c02 (patch)
tree6d18a075ceb6f63855730afe630e50b0afa7ed32 /ptr_chck.c
parente35a4171fe47dfbf847e08988ea6cec4dfc8d124 (diff)
downloadbdwgc-64040040407b11d8740516fad2438109e7f22c02.tar.gz
gc7.0alpha2 tarball importgc7_0alpha2
Diffstat (limited to 'ptr_chck.c')
-rw-r--r--ptr_chck.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ptr_chck.c b/ptr_chck.c
index 23e183c7..ad20c9ab 100644
--- a/ptr_chck.c
+++ b/ptr_chck.c
@@ -209,8 +209,7 @@ void * GC_is_visible(void *p)
if (GC_is_static_root(p)) return(p);
/* Else do it again correctly: */
# if (defined(DYNAMIC_LOADING) || defined(MSWIN32) || \
- defined(MSWINCE) || defined(PCR)) \
- && !defined(SRC_M3)
+ defined(MSWINCE) || defined(PCR))
GC_register_dynamic_libraries();
result = GC_is_static_root(p);
if (result) return(p);