aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/options.ml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/options.ml')
-rw-r--r--lib/options.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/options.ml b/lib/options.ml
index 572539572..135673a82 100644
--- a/lib/options.ml
+++ b/lib/options.ml
@@ -34,7 +34,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
+let translate_strict_impargs = ref true
(* True only when interning from pp*new.ml *)
let translate_syntax = ref false