X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fsoftware%2Fcomponents%2Fdisambiguation%2FmultiPassDisambiguator.ml;h=5767aa3e3f04f09564beb9aa1d70d64f846f9335;hb=30f0cf11c54154787e259c01bb99595c4a92ab1c;hp=86d037742652c99085ff07092dceaf371447d5dd;hpb=b225178112c2c5ef1a717ac7e647d854d94b2e52;p=helm.git diff --git a/helm/software/components/disambiguation/multiPassDisambiguator.ml b/helm/software/components/disambiguation/multiPassDisambiguator.ml index 86d037742..5767aa3e3 100644 --- a/helm/software/components/disambiguation/multiPassDisambiguator.ml +++ b/helm/software/components/disambiguation/multiPassDisambiguator.ml @@ -27,9 +27,9 @@ open Printf -let debug = false;; +let debug = ref false;; let debug_print s = - if debug then prerr_endline (Lazy.force s);; + if !debug then prerr_endline (Lazy.force s) else ();; exception DisambiguationError of int *