diff options
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/ocamldebug-coq.template | 2 | ||||
| -rw-r--r-- | dev/printers.mllib | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev/ocamldebug-coq.template b/dev/ocamldebug-coq.template index 7432058887..5358673ffe 100644 --- a/dev/ocamldebug-coq.template +++ b/dev/ocamldebug-coq.template @@ -13,7 +13,7 @@ exec $OCAMLDEBUG \ -I $CAMLP4LIB \ -I $COQTOP \ -I $COQTOP/config \ - -I $COQTOP/lib -I $COQTOP/kernel \ + -I $COQTOP/lib -I $COQTOP/intf -I $COQTOP/kernel \ -I $COQTOP/library -I $COQTOP/pretyping -I $COQTOP/parsing \ -I $COQTOP/interp -I $COQTOP/proofs -I $COQTOP/tactics \ -I $COQTOP/toplevel -I $COQTOP/dev -I $COQTOP/config \ diff --git a/dev/printers.mllib b/dev/printers.mllib index f93d01dafb..c1a95cdb24 100644 --- a/dev/printers.mllib +++ b/dev/printers.mllib @@ -137,6 +137,6 @@ Tactic_printer Egrammar Himsg Cerrors -Vernacexpr +Locality Vernacinterp Top_printers |
