1996-11-29 08:55:09 -08:00
|
|
|
(***********************************************************************)
|
|
|
|
(* *)
|
2011-07-27 07:17:02 -07:00
|
|
|
(* OCaml *)
|
1996-11-29 08:55:09 -08:00
|
|
|
(* *)
|
|
|
|
(* Jerome Vouillon, projet Cristal, INRIA Rocquencourt *)
|
2011-07-27 07:17:02 -07:00
|
|
|
(* OCaml port by John Malecki and Xavier Leroy *)
|
1996-11-29 08:55:09 -08:00
|
|
|
(* *)
|
|
|
|
(* Copyright 1996 Institut National de Recherche en Informatique et *)
|
1999-11-17 10:59:06 -08:00
|
|
|
(* en Automatique. All rights reserved. This file is distributed *)
|
|
|
|
(* under the terms of the Q Public License version 1.0. *)
|
1996-11-29 08:55:09 -08:00
|
|
|
(* *)
|
|
|
|
(***********************************************************************)
|
|
|
|
|
|
|
|
(* $Id$ *)
|
|
|
|
|
|
|
|
(* Print the line containing the point *)
|
2005-08-25 08:35:16 -07:00
|
|
|
val show_point : Instruct.debug_event -> bool -> unit;;
|
1996-11-29 08:55:09 -08:00
|
|
|
|
|
|
|
(* Tell Emacs we are nowhere in the source. *)
|
|
|
|
val show_no_point : unit -> unit;;
|
|
|
|
|
|
|
|
(* Display part of the source. *)
|
2006-12-09 05:49:10 -08:00
|
|
|
val show_listing : Lexing.position -> string -> int -> int -> int -> bool -> unit;;
|