aboutsummaryrefslogtreecommitdiff
path: root/toplevel/coqcargs.ml
diff options
context:
space:
mode:
Diffstat (limited to 'toplevel/coqcargs.ml')
-rw-r--r--toplevel/coqcargs.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/toplevel/coqcargs.ml b/toplevel/coqcargs.ml
index d3cdeb3e7b..5cced2baac 100644
--- a/toplevel/coqcargs.ml
+++ b/toplevel/coqcargs.ml
@@ -48,7 +48,7 @@ let depr opt =
(* XXX Remove this duplication with Coqargs *)
let fatal_error exn =
Topfmt.(in_phase ~phase:ParsingCommandLine print_err_exn exn);
- let exit_code = if CErrors.(is_anomaly exn || not (handled exn)) then 129 else 1 in
+ let exit_code = if (CErrors.is_anomaly exn) then 129 else 1 in
exit exit_code
let error_missing_arg s =