diff options
author | msozeau <msozeau@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2013-04-03 14:39:10 +0000 |
---|---|---|
committer | msozeau <msozeau@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2013-04-03 14:39:10 +0000 |
commit | d5b13126177a7f30069d0512f1d08b34e00e3fee (patch) | |
tree | 571cabe867487e6b3b9464fca498e49589d4bdf6 /dev | |
parent | f5ab2e37b0609d8edb8d65dfae49741442a90657 (diff) |
Fix for bug #3017: wrong handling of the unresolvability status
in clenvtac and error-printing code.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16383 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'dev')
-rw-r--r-- | dev/include | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/include b/dev/include index 99c1a1b6c..15725ae8b 100644 --- a/dev/include +++ b/dev/include @@ -33,6 +33,7 @@ #install_printer (* constr_substituted *) ppsconstr;; #install_printer (* universe *) ppuni;; #install_printer (* universes *) ppuniverses;; +#install_printer (* constraints *) ppconstraints;; #install_printer (* type_judgement *) pptype;; #install_printer (* judgement *) ppj;; |