aboutsummaryrefslogtreecommitdiff
path: root/lib/flags.mli
diff options
context:
space:
mode:
authorGuillaume Melquiond2014-04-06 10:51:59 +0200
committerGuillaume Melquiond2014-04-06 12:13:37 +0200
commiteba6b7599bcad6c1da995f1d551b930727a9fc34 (patch)
treeb75e7b59b849b40cbdc110d5bc901fb3f071fae5 /lib/flags.mli
parent076954ad3dcea6e7e7a42806273c3ca1b09135c6 (diff)
Change handling of loadpath and mlpath.
- Option -I no longer handles loadpath, only mlpath. This is the same behavior as coq_makefile. Option -I-as is unchanged. - Option -R no longer recursively adds to mlpath; only the root directory is added. - user-contrib/ and xdg directories are no longer recursively added to the loadpath. - theories/ and plugins/ are no longer recursively added to the loadpath when option -nois is passed. - All the preconfigured directories are still recursively added to the mlpath though.
Diffstat (limited to 'lib/flags.mli')
-rw-r--r--lib/flags.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/flags.mli b/lib/flags.mli
index 6c6aa5fbeb..ebd11ee774 100644
--- a/lib/flags.mli
+++ b/lib/flags.mli
@@ -9,6 +9,7 @@
(** Global options of the system. *)
val boot : bool ref
+val load_init : bool ref
val batch_mode : bool ref
type compilation_mode = BuildVo | BuildVi | Vi2Vo