aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEnrico Tassi2014-01-22 10:27:41 +0100
committerEnrico Tassi2014-01-26 14:20:52 +0100
commit3afdca3562b9dcadd9b16991bd8716f38a55f2c8 (patch)
treec4c8dbb63e8546244b4ff9aa9fc71140d27754b5 /lib
parenta2c200faca4cd20985836f1661e9b2059fd20651 (diff)
CoqIDE: command line for extra coqtop "flags"
Like the socket for the OCaml debugger
Diffstat (limited to 'lib')
-rw-r--r--lib/flags.ml2
-rw-r--r--lib/flags.mli2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/flags.ml b/lib/flags.ml
index 3a79a83e33..9832ba5876 100644
--- a/lib/flags.ml
+++ b/lib/flags.ml
@@ -67,7 +67,7 @@ let term_quality = ref false
let xml_export = ref false
let ide_slave = ref false
-let ide_slave_socket = ref None
+let ideslave_coqtop_flags = ref None
let time = ref false
diff --git a/lib/flags.mli b/lib/flags.mli
index 476b52a7a6..ecaa11388f 100644
--- a/lib/flags.mli
+++ b/lib/flags.mli
@@ -30,7 +30,7 @@ val term_quality : bool ref
val xml_export : bool ref
val ide_slave : bool ref
-val ide_slave_socket : (string * int) option ref
+val ideslave_coqtop_flags : string option ref
val time : bool ref