aboutsummaryrefslogtreecommitdiff
path: root/parsing/esyntax.ml
diff options
context:
space:
mode:
authorherbelin2003-04-29 09:39:34 +0000
committerherbelin2003-04-29 09:39:34 +0000
commit740fb556ffda7095ffe9c67fdeeb19713e80ad62 (patch)
treeba3420e69c2e5997323a8ca03ec95e90ba46275f /parsing/esyntax.ml
parente870066f07eb872f5e913d9819f683bea13367cf (diff)
Ajout is_ident_tail
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3970 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'parsing/esyntax.ml')
-rw-r--r--parsing/esyntax.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/parsing/esyntax.ml b/parsing/esyntax.ml
index cc4e60d43f..2c0541f4ce 100644
--- a/parsing/esyntax.ml
+++ b/parsing/esyntax.ml
@@ -192,7 +192,7 @@ let print_delimiters inh se strm = function
if is_letter (left.[String.length left -1]) then str " " else mt () in
let rspace =
let c = right.[0] in
- if is_letter c or is_digit c or c = '\'' then str " " else mt () in
+ if is_ident_tail c then str " " else mt () in
hov 0 (str left ++ lspace ++ strm ++ rspace ++ str right)
(* Print the syntax entry. In the unparsing hunks, the tokens are