aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/coqc.ml6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/coqc.ml b/scripts/coqc.ml
index ca1763ce24..bee9e7b329 100644
--- a/scripts/coqc.ml
+++ b/scripts/coqc.ml
@@ -150,13 +150,13 @@ let parse_args () =
| "-R" as o :: s :: t :: rem -> parse (cfiles,t::s::o::args) rem
| ("-notactics"|"-debug"|"-nolib"
- | "-debugVM"|"-alltransp"|"-VMno"
+ |"-debugVM"|"-alltransp"|"-VMno"
|"-batch"|"-nois" | "-noglob" | "-no-glob"
|"-q"|"-full"|"-profile"|"-just-parsing"|"-echo" |"-unsafe"|"-quiet"
|"-silent"|"-m"|"-xml"|"-v7"|"-v8"|"-beautify"|"-strict-implicit"
|"-dont-load-proofs"|"-impredicative-set"|"-vm"
- | "-unboxed-values" | "-unboxed-definitions" | "-draw-vm-instr"
- as o) :: rem ->
+ |"-unboxed-values"|"-unboxed-definitions"|"-draw-vm-instr"
+ |"-no-glob"|"-noglob" as o) :: rem ->
parse (cfiles,o::args) rem
| "-where" :: _ ->