From 7aebfea5f06277ca357611392a021abb7274b023 Mon Sep 17 00:00:00 2001 From: herbelin Date: Mon, 20 Jun 2011 16:41:17 +0000 Subject: Add compatibility option "-compat 8.3". git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14225 85f007b7-540e-0410-9357-904b9bb8a0f7 --- toplevel/coqtop.ml | 1 + 1 file changed, 1 insertion(+) diff --git a/toplevel/coqtop.ml b/toplevel/coqtop.ml index eda05350b8..6f3b424e5c 100644 --- a/toplevel/coqtop.ml +++ b/toplevel/coqtop.ml @@ -120,6 +120,7 @@ let compile_files () = (List.rev !compile_list) let set_compat_version = function + | "8.3" -> compat_version := Some V8_3 | "8.2" -> compat_version := Some V8_2 | "8.1" -> warning "Compatibility with version 8.1 not supported." | "8.0" -> warning "Compatibility with version 8.0 not supported." -- cgit v1.2.3