summaryrefslogtreecommitdiffstats
path: root/txr.h
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2009-11-25 15:46:54 -0800
committerKaz Kylheku <kaz@kylheku.com>2009-11-25 15:46:54 -0800
commit3c784ae4f4b25ebcc4019b77c77a7e365fdac261 (patch)
tree6f6dd9edeb85051baa617f72268c6704c4d64d97 /txr.h
parent1dc59ff8a80f2635785bef5c50fb3f7e815f060d (diff)
downloadtxr-3c784ae4f4b25ebcc4019b77c77a7e365fdac261.tar.gz
txr-3c784ae4f4b25ebcc4019b77c77a7e365fdac261.tar.bz2
txr-3c784ae4f4b25ebcc4019b77c77a7e365fdac261.zip
More Valgrind support. New option --vg-debug which turns on
Valgrind protection of free blocks. This works independently of --gc-debug.
Diffstat (limited to 'txr.h')
-rw-r--r--txr.h3
1 files changed, 3 insertions, 0 deletions
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;