aboutsummaryrefslogtreecommitdiffhomepage
path: root/parsing/extend.ml
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-10-01 10:33:33 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-10-01 10:33:33 +0000
commit89a82fa99972ce5cbcd6aca93294f5dea3f30a26 (patch)
treed9887dc7eedc6259de2c6cc96a6d75456ff9e81c /parsing/extend.ml
parenta9a84910da0c2192c2625530041ce7901500ed95 (diff)
Implantation de l'option 'format' des Notations
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4509 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'parsing/extend.ml')
-rw-r--r--parsing/extend.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/parsing/extend.ml b/parsing/extend.ml
index 1a9bdec91..89a3da95f 100644
--- a/parsing/extend.ml
+++ b/parsing/extend.ml
@@ -91,7 +91,7 @@ type syntax_modifier =
| SetAssoc of Gramext.g_assoc
| SetEntryType of string * simple_constr_production_entry
| SetOnlyParsing
- | SetFormat of string
+ | SetFormat of string located
type nonterm =
| NtShort of string