~ubuntu-branches/debian/sid/ocaml/sid

« back to all changes in this revision

Viewing changes to parsing/location.mli

  • Committer: Bazaar Package Importer
  • Author(s): Stefano Zacchiroli
  • Date: 2009-02-22 08:49:13 UTC
  • mfrom: (12.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090222084913-3i0uw2bhd0lgw0ok
* Uploading to unstable
* debian/control: bump dh-ocaml to (>= 0.4) to avoid buggy ocamlinit.mk

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
(*                                                                     *)
11
11
(***********************************************************************)
12
12
 
13
 
(* $Id: location.mli,v 1.16 2005/03/24 17:20:54 doligez Exp $ *)
 
13
(* $Id: location.mli,v 1.17 2007/12/04 13:38:58 doligez Exp $ *)
14
14
 
15
15
(* Source code locations (ranges of positions), used in parsetree. *)
16
16
 
47
47
val input_lexbuf: Lexing.lexbuf option ref
48
48
 
49
49
val get_pos_info : Lexing.position -> string * int * int (* file, line, char *)
50
 
val print: formatter -> t -> unit
 
50
val print_error: formatter -> t -> unit
 
51
val print_error_cur_file: formatter -> unit
51
52
val print_warning: t -> formatter -> Warnings.t -> unit
52
53
val prerr_warning: t -> Warnings.t -> unit
53
54
val echo_eof: unit -> unit