From 7222c18082e71cf91d63193682bad5e7a8a2124a Mon Sep 17 00:00:00 2001 From: herbelin Date: Mon, 11 Aug 2003 10:22:14 +0000 Subject: Option -v8 à coqtop lance coqtopnew; option -no-strict; option -no-proofs git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4254 85f007b7-540e-0410-9357-904b9bb8a0f7 --- lib/options.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/options.ml') 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 -- cgit v1.2.3