diff options
author | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2003-09-10 09:24:30 +0000 |
---|---|---|
committer | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2003-09-10 09:24:30 +0000 |
commit | a5b11b8007f55c7d9b606410b69950e54309de26 (patch) | |
tree | c5e6b841d9c43bf65efe0d22ccf0dea1ff98fbc2 /translate | |
parent | 3a75fd264cd80d75af7aab25ffd9626a285c6b14 (diff) |
Oubli des guillemets dans Comments
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4341 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'translate')
-rw-r--r-- | translate/ppvernacnew.ml | 2 |
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 |