X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Futf8_macros%2Fpa_unicode_macro.ml;h=dda7d4cabc852161144df5a893c1dfc253985d0e;hb=6355ac16ff3996e16d9d9cfb08e4184bc7962f8b;hp=d14401f84e899603daef01fa5968c6c678e98256;hpb=cfda0acfce3f5e0b843bfe2b7ba7c371e5690db0;p=helm.git diff --git a/helm/ocaml/utf8_macros/pa_unicode_macro.ml b/helm/ocaml/utf8_macros/pa_unicode_macro.ml index d14401f84..dda7d4cab 100644 --- a/helm/ocaml/utf8_macros/pa_unicode_macro.ml +++ b/helm/ocaml/utf8_macros/pa_unicode_macro.ml @@ -23,6 +23,8 @@ * http://helm.cs.unibo.it/ *) +(* $Id$ *) + let debug = false let debug_print s = if debug then prerr_endline (Lazy.force s)