From: Claudio Sacerdoti Coen Date: Thu, 30 Mar 2006 11:15:52 +0000 (+0000) Subject: Sys.Break used to be captured. X-Git-Tag: 0.4.95@7852~1542 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=a5be001f266a7453b693b3572f8e23aa627dd18a;p=helm.git Sys.Break used to be captured. --- diff --git a/components/cic/cicParser.ml b/components/cic/cicParser.ml index a7ad3c9cf..f9d6d880e 100644 --- a/components/cic/cicParser.ml +++ b/components/cic/cicParser.ml @@ -751,6 +751,7 @@ let parse uri filename = | Failure "int_of_string" -> parse_error ctxt "integer number expected" | Invalid_argument "bool_of_string" -> parse_error ctxt "boolean expected" | P.Parse_error msg -> parse_error ctxt ("parse error: " ^ msg) + | Sys.Break | Parser_failure _ | Getter_failure _ as exn -> raise exn