summaryrefslogtreecommitdiffstats
path: root/txr.h
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-12-18 06:34:11 -0800
committerKaz Kylheku <kaz@kylheku.com>2015-12-18 06:34:11 -0800
commita3dc4fed39bd1ad6e961f5f767d7fbc18ecdd477 (patch)
tree13562f7f24393e3678db5f70d1c2bc842ad7dd0d /txr.h
parentb4306429d4709d2ac482e6947d2f80054bbf1e74 (diff)
downloadtxr-a3dc4fed39bd1ad6e961f5f767d7fbc18ecdd477.tar.gz
txr-a3dc4fed39bd1ad6e961f5f767d7fbc18ecdd477.tar.bz2
txr-a3dc4fed39bd1ad6e961f5f767d7fbc18ecdd477.zip
Ensure debugger options are declared in txr.h.
* lisplib.h (opt_dbg_autoload): Declaration removed. * txr.1 (opt_debugger, opt_dbg_autoload): Declared.
Diffstat (limited to 'txr.h')
-rw-r--r--txr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/txr.h b/txr.h
index d9b2a946..0fe34df4 100644
--- a/txr.h
+++ b/txr.h
@@ -35,6 +35,8 @@ extern int opt_vg_debug;
extern int opt_derivative_regex;
extern int opt_noninteractive;
extern int opt_compat;
+extern int opt_debugger;
+extern int opt_dbg_autoload;
extern alloc_bytes_t opt_gc_delta;
extern const wchli_t *version;
extern const wchar_t *progname;