aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/coqc.ml
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/coqc.ml')
-rw-r--r--scripts/coqc.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/coqc.ml b/scripts/coqc.ml
index bc4b1321e..ce92b9118 100644
--- a/scripts/coqc.ml
+++ b/scripts/coqc.ml
@@ -151,7 +151,7 @@ let parse_args () =
| ("-where") :: _ ->
(try print_endline (Envars.coqlib ())
- with Util.UserError(_,pps) -> Pp.msgerrnl (Pp.hov 0 pps));
+ with Errors.UserError(_,pps) -> Pp.msgerrnl (Pp.hov 0 pps));
exit 0
| ("-config" | "--config") :: _ -> Usage.print_config (); exit 0