aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/include
diff options
context:
space:
mode:
authorGravatar pboutill <pboutill@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-08-05 23:13:01 +0000
committerGravatar pboutill <pboutill@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-08-05 23:13:01 +0000
commit8fdcd68a1cd1c2b711e3c224b3556851cb675240 (patch)
tree53b139965724285719bfd1a170399c64253a304e /dev/include
parent3fc6c42bba20723b61ecfd3e48e3a87bac213004 (diff)
Revert "Fixing include printers"
If you add Auto to dev/printers.mllib, then you have to add Tacmach, so you have to add Redexpr, consequently Vnorm is required, it depends on Vm, that include externals ! Let's revert commit 15675. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15676 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'dev/include')
-rw-r--r--dev/include2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/include b/dev/include
index 18b75a4e0..69ac3c414 100644
--- a/dev/include
+++ b/dev/include
@@ -36,7 +36,7 @@
#install_printer (* type_judgement *) pptype;;
#install_printer (* judgement *) ppj;;
-#install_printer (* hint_db *) pphintdb;;
+#install_printer (* hint_db *) print_hint_db;;
(*#install_printer (* hints_path *) pphintspath;;*)
#install_printer (* goal *) ppgoal;;
(*#install_printer (* sigma goal *) ppsigmagoal;;*)