aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/ocamldebug-v7.template
diff options
context:
space:
mode:
authorGravatar filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-06-27 15:12:30 +0000
committerGravatar filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-06-27 15:12:30 +0000
commitb590f4d243811f2e59e6d75b36e93ca8a957f9b5 (patch)
tree426813f7034c3b1554ddbcb2a56ea99d261ba3fe /dev/ocamldebug-v7.template
parentbf86a8e1a180d60d5a065b5af5ff14b5286a2015 (diff)
correction d'un bug de Correctness (pour Y Bertot)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1812 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'dev/ocamldebug-v7.template')
-rw-r--r--dev/ocamldebug-v7.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ocamldebug-v7.template b/dev/ocamldebug-v7.template
index 68cd59842..115cba72f 100644
--- a/dev/ocamldebug-v7.template
+++ b/dev/ocamldebug-v7.template
@@ -30,7 +30,7 @@ case $coqdebug in
-I $COQTOP/proofs -I $COQTOP/tactics \
-I $COQTOP/toplevel -I $COQTOP/dev -I $COQTOP/config \
-I $COQTOP/contrib/omega -I $COQTOP/contrib/ring \
- -I $COQTOP/contrib/extraction \
+ -I $COQTOP/contrib/extraction -I $COQTOP/contrib/correctness \
$* $args;;
*) exec $OCAMLDEBUG $*;;
esac