aboutsummaryrefslogtreecommitdiff
path: root/contrib/interface/xlate.ml
diff options
context:
space:
mode:
authorgregoire2002-12-12 15:42:49 +0000
committergregoire2002-12-12 15:42:49 +0000
commit667e4a7870625bc8dedb651b278cbca4f43e793d (patch)
treecef23852d980ae4e14d51ae38e7e76489864fff8 /contrib/interface/xlate.ml
parentb5676df44002aa6a347f58e455af780996ed407a (diff)
Ajout du vernac Proof with
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3425 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/interface/xlate.ml')
-rw-r--r--contrib/interface/xlate.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/interface/xlate.ml b/contrib/interface/xlate.ml
index c9079a8fc1..2ceb5789c6 100644
--- a/contrib/interface/xlate.ml
+++ b/contrib/interface/xlate.ml
@@ -1223,7 +1223,7 @@ let xlate_vernac =
| VernacAbort None -> CT_abort ctv_ID_OPT_OR_ALL_NONE
| VernacAbortAll -> CT_abort ctv_ID_OPT_OR_ALL_ALL
| VernacRestart -> CT_restart
- | VernacSolve (n, tac) -> CT_solve (CT_int n, xlate_tactic tac)
+ | VernacSolve (n, tac, b) -> CT_solve (CT_int n, xlate_tactic tac)
| VernacFocus nopt -> CT_focus (xlate_int_opt nopt)
| VernacUnfocus -> CT_unfocus
| VernacExtend ("HintRewrite", orient :: formula_list :: base :: t) ->