summaryrefslogtreecommitdiff
path: root/cparser/Cerrors.ml
diff options
context:
space:
mode:
Diffstat (limited to 'cparser/Cerrors.ml')
-rw-r--r--cparser/Cerrors.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cparser/Cerrors.ml b/cparser/Cerrors.ml
index 188531e..83cd019 100644
--- a/cparser/Cerrors.ml
+++ b/cparser/Cerrors.ml
@@ -31,7 +31,7 @@ let fatal_error fmt =
kfprintf
(fun _ -> raise Abort)
err_formatter
- ("@[<hov 2>" ^^ fmt ^^ ".@]@.@[<hov 0>Fatal error.@]@.")
+ ("@[<hov 2>" ^^ fmt ^^ ".@]@.@[<hov 0>Fatal error; compilation aborted.@]@.")
let error fmt =
incr num_errors;