diff options
| author | herbelin | 2011-12-18 15:03:19 +0000 |
|---|---|---|
| committer | herbelin | 2011-12-18 15:03:19 +0000 |
| commit | be2b8dd639ae6609d306e49736557fe8432c12f2 (patch) | |
| tree | abcb6ca24f0e266f6ea012e313a733a2bc8d8933 /dev/include | |
| parent | 218545f49ea41ff12fd8c8f2c094e333be9d0f7e (diff) | |
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
Diffstat (limited to 'dev/include')
| -rw-r--r-- | dev/include | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/include b/dev/include index 39d90286e0..69ac3c4145 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;; |
