From acc53f437c82ed43f0211521659c7e01e1b371c9 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 2 Sep 2014 22:18:38 -0700 Subject: * 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. --- txr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'txr.h') 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; -- cgit v1.2.3