diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/options.ml | 2 | ||||
| -rw-r--r-- | lib/options.mli | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/options.ml b/lib/options.ml index 5725395724..135673a821 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 diff --git a/lib/options.mli b/lib/options.mli index db6ee1d5bd..41e8dea844 100644 --- a/lib/options.mli +++ b/lib/options.mli @@ -32,8 +32,8 @@ val translate : bool ref val make_translate : bool -> unit val do_translate : unit -> bool val translate_file : bool ref -val p1 : bool ref val translate_syntax : bool ref +val translate_strict_impargs : bool ref val make_silent : bool -> unit val is_silent : unit -> bool |
