diff options
| author | ppedrot | 2012-06-01 19:53:57 +0000 |
|---|---|---|
| committer | ppedrot | 2012-06-01 19:53:57 +0000 |
| commit | 80b91aa1e83097efd006cfed5f57e4826a1ab0c8 (patch) | |
| tree | 75f2746f738c2b2c111b701f80d59d10f80c75f7 /tactics/tacinterp.ml | |
| parent | cf7660a3a8932ee593a376e8ec7ec251896a72e3 (diff) | |
Cleaning Pp.ppnl use
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15413 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tactics/tacinterp.ml')
| -rw-r--r-- | tactics/tacinterp.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/tacinterp.ml b/tactics/tacinterp.ml index a628fe26a0..336c451d04 100644 --- a/tactics/tacinterp.ml +++ b/tactics/tacinterp.ml @@ -2775,7 +2775,7 @@ let subst_global_reference subst = let subst_global ref = let ref',t' = subst_global subst ref in if not (eq_constr (constr_of_global ref') t') then - ppnl (str "Warning: The reference " ++ pr_global ref ++ str " is not " ++ + msg_warning (str "The reference " ++ pr_global ref ++ str " is not " ++ str " expanded to \"" ++ pr_lconstr t' ++ str "\", but to " ++ pr_global ref') ; ref' |
