aboutsummaryrefslogtreecommitdiff
path: root/lib/options.ml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/options.ml')
-rw-r--r--lib/options.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/options.ml b/lib/options.ml
index 7527c82f92..b67f8359de 100644
--- a/lib/options.ml
+++ b/lib/options.ml
@@ -32,6 +32,7 @@ let translate = ref false
let make_translate f = translate := f; v7 := f; ()
let do_translate () = !translate
let translate_file = ref false
+let p1 = ref true
(* Silent / Verbose *)
let silent = ref false