From: Claudio Sacerdoti Coen Date: Sat, 25 Aug 2007 13:31:11 +0000 (+0000) Subject: thread-based interface activated again X-Git-Tag: make_still_working~6105 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=3ad070eadd6d3f4a58c406d10391a1ddcb4da108;p=helm.git thread-based interface activated again --- diff --git a/helm/software/matita/matitaGui.ml b/helm/software/matita/matitaGui.ml index 2d5d8fa0a..fde6ba1ae 100644 --- a/helm/software/matita/matitaGui.ml +++ b/helm/software/matita/matitaGui.ml @@ -783,8 +783,8 @@ class gui () = notify_exn exc; unlock_world () in - thread_main (); - (* worker_thread := Some (Thread.create thread_main ()) *) + (*thread_main ();*) + worker_thread := Some (Thread.create thread_main ()) in let kill_worker = (* the following lines are from Xavier Leroy: http://alan.petitepomme.net/cwn/2005.11.08.html *)