X-Git-Url: https://git.xandkar.net/?p=tiger.ml.git;a=blobdiff_plain;f=compiler%2Fsrc%2Flib%2Ftiger%2Ftiger_position.ml;h=6d69ecb19dd1575df465439519d2456372ac3468;hp=217de6b660064109c2154a4ca1c894b6aae19e4c;hb=c16dd441582b7c7c09cdb3e706f4767a5b266177;hpb=be22952d3228b62e546756299a0f9a127ae64921 diff --git a/compiler/src/lib/tiger/tiger_position.ml b/compiler/src/lib/tiger/tiger_position.ml index 217de6b..6d69ecb 100644 --- a/compiler/src/lib/tiger/tiger_position.ml +++ b/compiler/src/lib/tiger/tiger_position.ml @@ -29,5 +29,5 @@ let to_string } = Printf.sprintf - "file: %S, between (line/char) %d/%d and %d/%d" + "file: %S, between (line,char) %d,%d and %d,%d" file start_line start_char end_line end_char