diff options
| author | Enrico Tassi | 2014-02-25 11:02:43 +0100 |
|---|---|---|
| committer | Enrico Tassi | 2014-02-26 14:53:08 +0100 |
| commit | 45d6972565c82ddd9b7aae92f2928d500a6fc228 (patch) | |
| tree | 36359aa8461bb116f29a2117fa1be66208c65cd5 /tools | |
| parent | 15b6c9b6fa268a9af6dd4f05961e469545e92a6f (diff) | |
vi2vo: new flag -schedule-vi2vo
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/coqc.ml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/coqc.ml b/tools/coqc.ml index dbfdc40a2e..e835091ea3 100644 --- a/tools/coqc.ml +++ b/tools/coqc.ml @@ -151,7 +151,8 @@ let parse_args () = | "-R" :: s :: "-as" :: t :: rem -> parse (cfiles,t::"-as"::s::"-R"::args) rem | "-R" :: s :: "-as" :: [] -> usage () | "-R" :: s :: t :: rem -> parse (cfiles,t::s::"-R"::args) rem - | ("-schedule-vi-checking" |"-check-vi-tasks" as o) :: s :: rem -> + | ("-schedule-vi-checking" + |"-check-vi-tasks" | "-schedule-vi2vo" as o) :: s :: rem -> let nodash, rem = CList.split_when (fun x -> String.length x > 1 && x.[0] = '-') rem in extra_arg_needed := false; |
