diff options
| author | ppedrot | 2012-06-01 20:08:33 +0000 |
|---|---|---|
| committer | ppedrot | 2012-06-01 20:08:33 +0000 |
| commit | a92a0d051b987ba996905ccd4ce7ee3a5feb41c1 (patch) | |
| tree | ec5246ac1cfc741dc30c33fe6551216dfdef6a54 /lib/pp.ml4 | |
| parent | 80b91aa1e83097efd006cfed5f57e4826a1ab0c8 (diff) | |
More cleaning
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15414 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'lib/pp.ml4')
| -rw-r--r-- | lib/pp.ml4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pp.ml4 b/lib/pp.ml4 index 35621a5d7c..0ec4ea4c91 100644 --- a/lib/pp.ml4 +++ b/lib/pp.ml4 @@ -328,6 +328,7 @@ let flush_all() = flush stderr; flush stdout; pp_flush() let msg x = msg_with !std_ft x let msgnl x = msgnl_with !std_ft x let msg_info x = msgnl x +let msg_tactic x = msgnl x let msgerr x = msg_with !err_ft x let msgerrnl x = msgnl_with !err_ft x let msg_warning x = msg_warning_with !err_ft x |
