aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-01-12 22:11:27 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-01-12 22:11:27 +0000
commit8053375521352f7f428151e23e314671d646e75d (patch)
tree6d74f8d01a4ac6ebe1ca27f247d2df96e41006cc
parentcb1830eaed49c8ac940fcfbd42fc8d4e3fd2a816 (diff)
g_decl_mode: 'by' is now a keyword
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12660 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--parsing/g_decl_mode.ml44
1 files changed, 2 insertions, 2 deletions
diff --git a/parsing/g_decl_mode.ml4 b/parsing/g_decl_mode.ml4
index f37d1e758..e73e54e7f 100644
--- a/parsing/g_decl_mode.ml4
+++ b/parsing/g_decl_mode.ml4
@@ -54,8 +54,8 @@ GLOBAL: proof_instr;
];
justification_items :
[[ -> Some []
- | IDENT "by"; l=LIST1 constr SEP "," -> Some l
- | IDENT "by"; "*" -> None ]]
+ | "by"; l=LIST1 constr SEP "," -> Some l
+ | "by"; "*" -> None ]]
;
justification_method :
[[ -> None