From 2f8a289f854cb8c9f8640b67f5071024a7f6333b Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 26 Nov 2009 00:42:44 -0500 Subject: * gc.c (mark_mem_region): Bugfix: do not mess with the valgrind accessibility of the heap object if valgrind debugging is not enabled. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c39081c9..bc0fc835 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-11-25 Kaz Kylheku + + * gc.c (mark_mem_region): Bugfix: do not mess with the valgrind + accessibility of the heap object if valgrind debugging is not enabled. + 2009-11-25 Kaz Kylheku * parser.y (grammar): Fixes for bison 2.4.1. Remove superfluous action -- cgit v1.2.3