aboutsummaryrefslogtreecommitdiffhomepage
path: root/grammar/tacextend.ml4
diff options
context:
space:
mode:
Diffstat (limited to 'grammar/tacextend.ml4')
-rw-r--r--grammar/tacextend.ml42
1 files changed, 1 insertions, 1 deletions
diff --git a/grammar/tacextend.ml4 b/grammar/tacextend.ml4
index c3d66642c..87425ef54 100644
--- a/grammar/tacextend.ml4
+++ b/grammar/tacextend.ml4
@@ -191,7 +191,7 @@ let declare_tactic loc s cl =
$atomic_tactics$
with e ->
Pp.msg_warning
- (Stream.iapp
+ (Pp.app
(Pp.str ("Exception in tactic extend " ^ $se$ ^": "))
(Errors.print e));
Egramml.extend_tactic_grammar $se$ $gl$;