diff options
| author | Emilio Jesus Gallego Arias | 2017-02-06 17:56:18 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2017-02-21 23:23:56 +0100 |
| commit | c7c6619bfec5d8729e40a0b0848ded4251fd7e09 (patch) | |
| tree | 8742f33959124199b2ae7dc14ddba9bba7c78f5e | |
| parent | c023d240b9eb4e203f442d474beb76745c4acfa0 (diff) | |
Use pp_with as msg_with is being removed upstream.
| -rw-r--r-- | mathcomp/ssreflect/plugin/trunk/ssreflect.ml4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mathcomp/ssreflect/plugin/trunk/ssreflect.ml4 b/mathcomp/ssreflect/plugin/trunk/ssreflect.ml4 index 5316a30..33014cb 100644 --- a/mathcomp/ssreflect/plugin/trunk/ssreflect.ml4 +++ b/mathcomp/ssreflect/plugin/trunk/ssreflect.ml4 @@ -197,7 +197,7 @@ let guard_term ch1 s i = match s.[i] with (* The call 'guard s i' should return true if the contents of s *) (* starting at i need bracketing to avoid ambiguities. *) let pr_guarded guard prc c = - msg_with Format.str_formatter (prc c); + pp_with Format.str_formatter (prc c); let s = Format.flush_str_formatter () ^ "$" in if guard s (skip_wschars s 0) then pr_paren prc c else prc c (* More sensible names for constr printers *) |
