X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fbinaries%2Ftranscript%2Fv8Parser.mly;h=4627cf9a277cb7e33e4d35e01422776f8e863206;hb=418b1f26ab67b824c79d1146fdb50ca29b34c1f6;hp=52456c5594d761957d7d3576683952dd975b3ddb;hpb=29714797b01e0ac8c22e4df2827b1785a759f482;p=helm.git diff --git a/helm/software/components/binaries/transcript/v8Parser.mly b/helm/software/components/binaries/transcript/v8Parser.mly index 52456c559..4627cf9a2 100644 --- a/helm/software/components/binaries/transcript/v8Parser.mly +++ b/helm/software/components/binaries/transcript/v8Parser.mly @@ -25,8 +25,9 @@ %{ module T = Types - - let out t s = prerr_endline ("-- " ^ t ^ " " ^ s) + module O = Options + + let out t s = if !O.verbose_parser then prerr_endline ("-- " ^ t ^ " " ^ s) let trim = HExtlib.trim_blanks