diff options
| author | herbelin | 2000-12-20 10:50:33 +0000 |
|---|---|---|
| committer | herbelin | 2000-12-20 10:50:33 +0000 |
| commit | e18231427bd94afc76ac709b8008b302dffd0268 (patch) | |
| tree | c9a2eae7ff9fed124d2d23c5d789af9e1b55d4ec /contrib/xml/xmlcommand.ml | |
| parent | 93fb87ed2f479eca5842e55468356859d5115941 (diff) | |
Non verbose par défaut
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1159 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/xml/xmlcommand.ml')
| -rw-r--r-- | contrib/xml/xmlcommand.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/xml/xmlcommand.ml b/contrib/xml/xmlcommand.ml index cbb25bed67..4aa22a71b3 100644 --- a/contrib/xml/xmlcommand.ml +++ b/contrib/xml/xmlcommand.ml @@ -14,7 +14,7 @@ let dtdname = "http://localhost:8081/getdtd?uri=cic.dtd";; let typesdtdname = "http://localhost:8081/getdtd?uri=cictypes.dtd";; -let verbose = ref true;; (* always set to true during a "Print XML All" *) +let verbose = ref false;; (* always set to true during a "Print XML All" *) (* UTILITY FUNCTIONS *) |
