X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmathql_test%2Fmqgtop.ml;h=bb776474761377a2fca8451524889a9e09b4398f;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=cc40f33691c029fff2f2c77725c566238b6d6984;hpb=7f6da5a54d2482895c00c8d58c0b2a1bd9d2d379;p=helm.git diff --git a/helm/mathql_test/mqgtop.ml b/helm/mathql_test/mqgtop.ml index cc40f3369..bb7764747 100644 --- a/helm/mathql_test/mqgtop.ml +++ b/helm/mathql_test/mqgtop.ml @@ -52,8 +52,8 @@ module C1 = CGMatchConclusion module GU = MQGUtil let get_handle () = - C.init (C.flags_of_string ! int_options) - (fun s -> print_string s; flush stdout) + C.init ~flags:(C.flags_of_string ! int_options) + ~log:(fun s -> print_string s; flush stdout) () let issue handle q = let mode = [Open_wronly; Open_append; Open_creat; Open_text] in