]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gTopLevel/gTopLevel.ml
mquery.ml now really call the execution of the query.
[helm.git] / helm / gTopLevel / gTopLevel.ml
index 1d5650b1ca20670fdad520c77412c6a1bd924842..083bbc7ebac6ccfc279d69cd00911210519ae7c6 100644 (file)
@@ -1378,6 +1378,8 @@ let initialize_everything () =
 
 let _ =
  CicCooking.init () ;
+ Mquery.init () ;
  ignore (GtkMain.Main.init ()) ;
- initialize_everything ()
+ initialize_everything () ;
+ Mquery.close ()
 ;;