aboutsummaryrefslogtreecommitdiffhomepage
path: root/parsing/g_constr.ml4
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-11-14 14:38:36 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-11-14 14:38:36 +0000
commit9098a5bf9f73b6363753861fcf7ed8609671da06 (patch)
tree9519f8b30b85c010ea3ae4f148a7be7ff811790d /parsing/g_constr.ml4
parent4da1f7dec469fe22b661d1b53cef8c718a00878b (diff)
Compatibilite %T
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4906 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'parsing/g_constr.ml4')
-rw-r--r--parsing/g_constr.ml41
1 files changed, 1 insertions, 0 deletions
diff --git a/parsing/g_constr.ml4 b/parsing/g_constr.ml4
index e0a3f5cee..4e0d1118f 100644
--- a/parsing/g_constr.ml4
+++ b/parsing/g_constr.ml4
@@ -243,6 +243,7 @@ GEXTEND Gram
(* Delimiter "N" implicitly moved to "nat" in V7 *)
let key = if key = "N" then "nat" else key in
let key = if key = "P" then "positive" else key in
+ let key = if key = "T" then "type" else key in
CDelimiters (loc,key,c) ] ]
;
constr91: