From be2b8dd639ae6609d306e49736557fe8432c12f2 Mon Sep 17 00:00:00 2001 From: herbelin Date: Sun, 18 Dec 2011 15:03:19 +0000 Subject: Suspending declaration of undefined debug printers. (Matthieu, do you have a definition for these printers around?) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14814 85f007b7-540e-0410-9357-904b9bb8a0f7 --- dev/include | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dev/include') diff --git a/dev/include b/dev/include index 39d90286e..69ac3c414 100644 --- a/dev/include +++ b/dev/include @@ -37,10 +37,10 @@ #install_printer (* judgement *) ppj;; #install_printer (* hint_db *) print_hint_db;; -#install_printer (* hints_path *) pphintspath;; +(*#install_printer (* hints_path *) pphintspath;;*) #install_printer (* goal *) ppgoal;; -#install_printer (* sigma goal *) ppsigmagoal;; -#install_printer (* proof *) pproof;; +(*#install_printer (* sigma goal *) ppsigmagoal;;*) +(*#install_printer (* proof *) pproof;;*) #install_printer (* Goal.goal *) ppgoalgoal;; #install_printer (* metaset.t *) ppmetas;; #install_printer (* evar_map *) ppevm;; -- cgit v1.2.3