diff options
author | coq <coq@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2005-05-25 13:13:15 +0000 |
---|---|---|
committer | coq <coq@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2005-05-25 13:13:15 +0000 |
commit | 8464cd8a8df852799da9cb7a1fd94b8faf3cf9c6 (patch) | |
tree | 5e14754072c2423caed6c298d54bfe493aedba27 /dev/ocamldebug-coq.template | |
parent | 6dfe936f332da0728380ae3a7f75bc87f6c4c447 (diff) |
Added subtac contrib.
Added some debug printer in termops.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@7073 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'dev/ocamldebug-coq.template')
-rw-r--r-- | dev/ocamldebug-coq.template | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/ocamldebug-coq.template b/dev/ocamldebug-coq.template index 96c53192d..30224216c 100644 --- a/dev/ocamldebug-coq.template +++ b/dev/ocamldebug-coq.template @@ -36,6 +36,7 @@ case $coqdebug in -I $COQTOP/contrib/interface -I $COQTOP/contrib/jprover \ -I $COQTOP/contrib/omega -I $COQTOP/contrib/romega \ -I $COQTOP/contrib/ring -I $COQTOP/contrib/xml \ + -I $COQTOP/contrib/subtac \ $* $args;; *) exec $OCAMLDEBUG $*;; esac |