aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-06-10 21:16:05 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-06-10 21:16:05 +0000
commite0eaf3a49b6fb5feed1d55ca5cb356d601f54267 (patch)
tree15bef7b3a04284a5acdbbc7b67eb24fa9c5cc226
parent7f2aa8490291da690d4367a3be795fcbea3f6fdc (diff)
Réinstallation d'un afficheur de niveau d'imbrication pour le déboggueur de tactique
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4125 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--contrib/first-order/ground.ml42
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/first-order/ground.ml4 b/contrib/first-order/ground.ml4
index 78887715a..926a7918a 100644
--- a/contrib/first-order/ground.ml4
+++ b/contrib/first-order/ground.ml4
@@ -42,7 +42,7 @@ let _=
let ground_tac solver startseq gl=
let rec toptac seq gl=
- if Tacinterp.get_debug()=Tactic_debug.DebugOn
+ if Tacinterp.get_debug()=Tactic_debug.DebugOn 0
then Pp.msgnl (Proof_trees.pr_goal (sig_it gl));
match seq.gl with
Atomic t->