aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/ppstyle.mli
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2016-06-29 11:48:49 +0200
committerGravatar Maxime Dénès <mail@maximedenes.fr>2016-06-29 11:48:49 +0200
commit58b6784fee71a16719bc4f268dc42830c06a5c63 (patch)
treea9a3859746d2ff97f8c0b8106c96b49f9122a1b7 /lib/ppstyle.mli
parent0e07e69dae3f3f4a99f824533f54a3991aacac6a (diff)
parentdd8d2a1d017d20635f943af205dcb0127a992a59 (diff)
Merge branch 'warnings' into trunk
Was PR#213: New warnings machinery
Diffstat (limited to 'lib/ppstyle.mli')
-rw-r--r--lib/ppstyle.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ppstyle.mli b/lib/ppstyle.mli
index 1cd701ed4..b07fcd5d4 100644
--- a/lib/ppstyle.mli
+++ b/lib/ppstyle.mli
@@ -48,7 +48,7 @@ val dump : unit -> (t * Terminal.style option) list
val init_color_output : unit -> unit
-val color_msg : ?header:string * Format.tag ->
+val color_msg : ?loc:Loc.t -> ?header:string * Format.tag ->
Format.formatter -> Pp.std_ppcmds -> unit
(** {!color_msg ?header fmt pp} will format according to the tags
defined in this file *)