aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Pierre Boutillier <pierre.boutillier@ens-lyon.org>2014-09-02 17:14:34 +0200
committerGravatar Pierre Boutillier <pierre.boutillier@ens-lyon.org>2014-09-02 17:14:46 +0200
commitc8528ba19efdbdf9b13d35bced7ea35048d76378 (patch)
tree6785cf51a2f3334353979548b6c446ddf74f314a
parentac60d974cc028cef60eb3593d1778977c1636629 (diff)
Fixup introduction of coqworkmgr
-rw-r--r--configure.ml4
-rw-r--r--ide/ide_slave.ml2
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.ml b/configure.ml
index a586e6a49..ae8c8c328 100644
--- a/configure.ml
+++ b/configure.ml
@@ -16,8 +16,8 @@ let coq_macos_version = "8.4.99" (** "[...] should be a string comprised of
three non-negative, period-separed integers [...]" *)
let vo_magic = 8511
let state_magic = 58511
-let distributed_exec = ["coqtop";"coqc";"coqchk";"coqdoc";"coqmktop";"coqdoc";
-"coq_makefile";"coq-tex";"gallina";"coqwc";"csdpcert"]
+let distributed_exec = ["coqtop";"coqc";"coqchk";"coqdoc";"coqmktop";"coqworkmgr";
+"coqdoc";"coq_makefile";"coq-tex";"gallina";"coqwc";"csdpcert"]
let verbose = ref false (* for debugging this script *)
diff --git a/ide/ide_slave.ml b/ide/ide_slave.ml
index 7c5d7a077..6e8d298ab 100644
--- a/ide/ide_slave.ml
+++ b/ide/ide_slave.ml
@@ -466,7 +466,7 @@ let () = Coqtop.toploop_init := (fun args ->
let args = parse args in
Flags.make_silent true;
init_stdout ();
- CoqworkmgrApi.(init High);
+ CoqworkmgrApi.(init Flags.High);
args)
let () = Coqtop.toploop_run := loop