From: Enrico Tassi Date: Fri, 16 Jan 2009 13:28:08 +0000 (+0000) Subject: ... X-Git-Tag: make_still_working~4248 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;ds=sidebyside;h=d90714f6ff98e8f6bd76dbe5720540b6dfe96dcc;p=helm.git ... --- diff --git a/helm/software/matita/matitaGui.ml b/helm/software/matita/matitaGui.ml index 72e0c9bfc..62c15acad 100644 --- a/helm/software/matita/matitaGui.ml +++ b/helm/software/matita/matitaGui.ml @@ -729,7 +729,7 @@ class gui () = MultiPassDisambiguator.use_library := saved_use_library; unlock_world () | exc -> - notify_exn exc; + (try notify_exn exc with Sys.Break as e -> notify_exn e); unlock_world () in (*thread_main ();*)