aboutsummaryrefslogtreecommitdiff
path: root/parsing/extend.mli
diff options
context:
space:
mode:
authorherbelin2002-11-28 23:12:40 +0000
committerherbelin2002-11-28 23:12:40 +0000
commit981fc313f34918b7e0ac2fe449c0d947a13d20f5 (patch)
tree34cab73e918dcebc389e67f97ddf03653c420daf /parsing/extend.mli
parentadec3d17f2f14b03f3d1de17c969abc15460b17e (diff)
Affinement de la gestion des niveaux toujours; type ETBigint
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3334 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'parsing/extend.mli')
-rw-r--r--parsing/extend.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/parsing/extend.mli b/parsing/extend.mli
index 705fc88185..12d2ecc620 100644
--- a/parsing/extend.mli
+++ b/parsing/extend.mli
@@ -26,7 +26,7 @@ type production_position =
| InternalProd
type 'pos constr_entry_key =
- | ETIdent | ETReference
+ | ETIdent | ETReference | ETBigint
| ETConstr of (int * 'pos)
| ETPattern
| ETOther of string * string