From a3dc4fed39bd1ad6e961f5f767d7fbc18ecdd477 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 18 Dec 2015 06:34:11 -0800 Subject: Ensure debugger options are declared in txr.h. * lisplib.h (opt_dbg_autoload): Declaration removed. * txr.1 (opt_debugger, opt_dbg_autoload): Declared. --- lisplib.h | 1 - txr.h | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lisplib.h b/lisplib.h index e12d4641..8f6cad83 100644 --- a/lisplib.h +++ b/lisplib.h @@ -25,7 +25,6 @@ */ extern val dl_table; -extern int opt_dbg_autoload; void lisplib_init(void); val lisplib_try_load(val sym); void set_dlt_entries(val dlt, val *name, val fun); 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; -- cgit v1.2.3