aboutsummaryrefslogtreecommitdiffhomepage
path: root/interp
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-09-10 09:25:47 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-09-10 09:25:47 +0000
commit631977c6f7a06d209e7d0c53764c7d1e561f19a4 (patch)
treefec2c7c24be95c975874b5bcef7f7a49c3efd8ec /interp
parenta5b11b8007f55c7d9b606410b69950e54309de26 (diff)
Ajout 'mod' comme keyword
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4342 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'interp')
-rw-r--r--interp/constrextern.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/interp/constrextern.ml b/interp/constrextern.ml
index 8fd7efd60..4b04f4c9f 100644
--- a/interp/constrextern.ml
+++ b/interp/constrextern.ml
@@ -125,7 +125,7 @@ let raw_string_of_ref = function
let translate_keyword = function
| ("forall" | "fun" | "match" | "fix" | "cofix" | "for" | "let"
- | "if" | "then" | "else" | "return" as s) ->
+ | "if" | "then" | "else" | "return" | "mod" as s) ->
let s' = s^"_" in
msgerrnl
(str ("Warning: '"^