newline after position (easier to parse)
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2869 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
ec45b88a4a
commit
ef938a7878
|
@ -104,7 +104,7 @@ let (msg_file, msg_line, msg_chars, msg_to, msg_colon, msg_head) =
|
|||
let print loc =
|
||||
if String.length !input_name = 0 then
|
||||
if highlight_locations loc none then () else
|
||||
printf "Characters %i-%i:@?" loc.loc_start loc.loc_end
|
||||
printf "Characters %i-%i:@." loc.loc_start loc.loc_end
|
||||
else begin
|
||||
let (filename, linenum, linebeg) =
|
||||
Linenum.for_position !input_name loc.loc_start in
|
||||
|
|
Loading…
Reference in New Issue