aboutsummaryrefslogtreecommitdiff
path: root/parsing/extend.mli
diff options
context:
space:
mode:
authorherbelin2003-10-01 10:33:33 +0000
committerherbelin2003-10-01 10:33:33 +0000
commit89a82fa99972ce5cbcd6aca93294f5dea3f30a26 (patch)
treed9887dc7eedc6259de2c6cc96a6d75456ff9e81c /parsing/extend.mli
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.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 d15376430e..4aae3e3094 100644
--- a/parsing/extend.mli
+++ b/parsing/extend.mli
@@ -79,7 +79,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