From 3c784ae4f4b25ebcc4019b77c77a7e365fdac261 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 25 Nov 2009 15:46:54 -0800 Subject: More Valgrind support. New option --vg-debug which turns on Valgrind protection of free blocks. This works independently of --gc-debug. --- txr.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'txr.h') diff --git a/txr.h b/txr.h index d230cd28..36f29715 100644 --- a/txr.h +++ b/txr.h @@ -28,6 +28,9 @@ extern int opt_loglevel; extern int opt_nobindings; extern int opt_arraydims; extern int opt_gc_debug; +#ifdef HAVE_VALGRIND +extern int opt_vg_debug; +#endif extern const wchar_t *version; extern const wchar_t *progname; extern int output_produced; -- cgit v1.2.3