aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
Diffstat (limited to 'dev')
-rw-r--r--dev/base_include1
-rw-r--r--dev/include1
2 files changed, 2 insertions, 0 deletions
diff --git a/dev/base_include b/dev/base_include
index 969db55813..a9d8d78129 100644
--- a/dev/base_include
+++ b/dev/base_include
@@ -2,6 +2,7 @@
(* File to include to get some Coq facilities under the ocaml toplevel.
This file is loaded by include *)
+#cd".";;
#use "top_printers.ml";;
#install_printer (* identifier *) prid;;
diff --git a/dev/include b/dev/include
index 8fa4ba3744..165853221f 100644
--- a/dev/include
+++ b/dev/include
@@ -1,6 +1,7 @@
(* File to include to install the pretty-printers in the ocaml toplevel *)
+#cd ".";;
#use "base_include";;
#install_printer (* ast *) prast;;