diff options
| author | barras | 2004-01-02 20:28:44 +0000 |
|---|---|---|
| committer | barras | 2004-01-02 20:28:44 +0000 |
| commit | b96e45b1714c12daa1127e8bf14467eea07ebe17 (patch) | |
| tree | 8e5915dc3d72d498495e49a8bbbd7c066cb71026 /parsing/g_module.ml4 | |
| parent | 0d3a3d5650cd374eed4272a0de1e3f926a8d3c40 (diff) | |
meilleure presentation des commentaires du traducteur
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5168 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'parsing/g_module.ml4')
| -rw-r--r-- | parsing/g_module.ml4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/parsing/g_module.ml4 b/parsing/g_module.ml4 index 7e2532c200..b3a281b643 100644 --- a/parsing/g_module.ml4 +++ b/parsing/g_module.ml4 @@ -31,9 +31,9 @@ GEXTEND Gram ; with_declaration: - [ [ "Definition"; id = base_ident; ":="; c = Constr.constr -> + [ [ "Definition"; id = identref; ":="; c = Constr.constr -> CWith_Definition (id,c) - | IDENT "Module"; id = base_ident; ":="; qid = qualid -> + | IDENT "Module"; id = identref; ":="; qid = qualid -> CWith_Module (id,qid) ] ] ; |
