X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatitac.ml;h=179a0ba8e8e508e413f22958cef5c20cc1039fbc;hb=a7658504ad03494fbc78b3112e3355bfcb760f3f;hp=31b304333fd34e3446fe27953666273b33b5d062;hpb=c68d9805aa7e37554bc4f00eca61083b75ef43da;p=helm.git diff --git a/matita/matitac.ml b/matita/matitac.ml index 31b304333..179a0ba8e 100644 --- a/matita/matitac.ml +++ b/matita/matitac.ml @@ -61,6 +61,7 @@ let pp_ast_statement st = (**) let dump f = + Helm_registry.set_bool "matita.moo" false; let floc = H.dummy_floc in let nl_ast = G.Comment (floc, G.Note (floc, "")) in let och = open_out f in @@ -87,6 +88,7 @@ let dump f = at_exit atexit let main () = + Helm_registry.set_bool "matita.moo" true; match Filename.basename Sys.argv.(0) with |"gragrep" |"gragrep.opt" |"gragrep.opt.static" ->Gragrep.main() |"matitadep" |"matitadep.opt" |"matitadep.opt.static" ->Matitadep.main()