diff options
| author | letouzey | 2013-03-14 15:41:56 +0000 |
|---|---|---|
| committer | letouzey | 2013-03-14 15:41:56 +0000 |
| commit | 4d1f1552b02fdb028466f318b9be750f64fc4c53 (patch) | |
| tree | d2df65840d88aab5c34a4a3ec8c45bbde6c339b0 /parsing | |
| parent | 79b6291ccda61f631aa2cfec9a12d6ea2a34fa96 (diff) | |
Pptactic.pr_raw_tactic is now without env argument
This env argument was just there by analogy with the glob_tactic
case, and actually ignored for raw_tactic
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16301 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'parsing')
| -rw-r--r-- | parsing/g_obligations.ml4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parsing/g_obligations.ml4 b/parsing/g_obligations.ml4 index 8d57bf2800..4c863ee67e 100644 --- a/parsing/g_obligations.ml4 +++ b/parsing/g_obligations.ml4 @@ -134,7 +134,7 @@ open Pp let () = let printer _ _ _ = function | None -> mt () - | Some tac -> str "with" ++ spc () ++ Pptactic.pr_raw_tactic (Global.env ()) tac + | Some tac -> str "with" ++ spc () ++ Pptactic.pr_raw_tactic tac in (* should not happen *) let dummy _ _ _ expr = assert false in |
