diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-12-18 06:34:11 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-12-18 06:34:11 -0800 |
commit | a3dc4fed39bd1ad6e961f5f767d7fbc18ecdd477 (patch) | |
tree | 13562f7f24393e3678db5f70d1c2bc842ad7dd0d /lisplib.h | |
parent | b4306429d4709d2ac482e6947d2f80054bbf1e74 (diff) | |
download | txr-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 'lisplib.h')
-rw-r--r-- | lisplib.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |