aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-09-10 09:24:30 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-09-10 09:24:30 +0000
commita5b11b8007f55c7d9b606410b69950e54309de26 (patch)
treec5e6b841d9c43bf65efe0d22ccf0dea1ff98fbc2
parent3a75fd264cd80d75af7aab25ffd9626a285c6b14 (diff)
Oubli des guillemets dans Comments
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4341 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--translate/ppvernacnew.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/translate/ppvernacnew.ml b/translate/ppvernacnew.ml
index 100ac9d6c..d8d349316 100644
--- a/translate/ppvernacnew.ml
+++ b/translate/ppvernacnew.ml
@@ -151,7 +151,7 @@ let pr_production_item = function
let pr_comment pr_c = function
| CommentConstr c -> pr_c c
- | CommentString s -> str s
+ | CommentString s -> qs s
| CommentInt n -> int n
let pr_in_out_modules = function