summaryrefslogtreecommitdiffstats
path: root/perl_checker.src/info.mli
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-11-09 21:31:59 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-11-09 21:31:59 +0000
commit5d7ce2843bbd858b3114df9a92c55fc3d42eb67c (patch)
treea24c346c61535877e381cd038f2b858f656fb134 /perl_checker.src/info.mli
parent566dc80134a61ef7909315ddc902da511741e5f1 (diff)
downloadperl-MDK-Common-5d7ce2843bbd858b3114df9a92c55fc3d42eb67c.tar
perl-MDK-Common-5d7ce2843bbd858b3114df9a92c55fc3d42eb67c.tar.gz
perl-MDK-Common-5d7ce2843bbd858b3114df9a92c55fc3d42eb67c.tar.bz2
perl-MDK-Common-5d7ce2843bbd858b3114df9a92c55fc3d42eb67c.tar.xz
perl-MDK-Common-5d7ce2843bbd858b3114df9a92c55fc3d42eb67c.zip
*** empty log message ***
Diffstat (limited to 'perl_checker.src/info.mli')
-rw-r--r--perl_checker.src/info.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl_checker.src/info.mli b/perl_checker.src/info.mli
index 5751d2b..ed9455e 100644
--- a/perl_checker.src/info.mli
+++ b/perl_checker.src/info.mli
@@ -1,7 +1,9 @@
val lines_starts : (string * int list ref) list ref
val current_file_lines_starts : int list ref
+val current_file_current_line : int ref
val current_file : string ref
val start_a_new_file : string -> unit
+val raw_pos2raw_line : string -> int -> int * int
val pos2line : string * int * int -> string * int * int * int
val pos2sfull : string * int * int -> string
val pos2sfull_current : int -> int -> string