summaryrefslogtreecommitdiffstats
path: root/txr.h
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-09-02 22:18:38 -0700
committerKaz Kylheku <kaz@kylheku.com>2014-09-02 22:18:38 -0700
commitacc53f437c82ed43f0211521659c7e01e1b371c9 (patch)
tree661f89b5a1b558b33882d53f07482ea5b3b24391 /txr.h
parent1572c93478c55ff14738a4b6f1b38dc41878a816 (diff)
downloadtxr-acc53f437c82ed43f0211521659c7e01e1b371c9.tar.gz
txr-acc53f437c82ed43f0211521659c7e01e1b371c9.tar.bz2
txr-acc53f437c82ed43f0211521659c7e01e1b371c9.zip
* txr.1: Document -C option.
* txr.c (opt_compat): New global variable. (help): Describe -C option. (txr_main): Process -C, and set opt_compat. Ensure -C does not clump. * txr.h (opt_compat): Declared.
Diffstat (limited to 'txr.h')
-rw-r--r--txr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/txr.h b/txr.h
index bfc01b04..201bd385 100644
--- a/txr.h
+++ b/txr.h
@@ -33,5 +33,6 @@ extern int opt_gc_debug;
extern int opt_vg_debug;
#endif
extern int opt_derivative_regex;
+extern int opt_compat;
extern const wchli_t *version;
extern const wchar_t *progname;