summaryrefslogtreecommitdiffstats
path: root/perl_checker.src/tree.mli
diff options
context:
space:
mode:
Diffstat (limited to 'perl_checker.src/tree.mli')
-rw-r--r--perl_checker.src/tree.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl_checker.src/tree.mli b/perl_checker.src/tree.mli
index 9363a5e..b8615f5 100644
--- a/perl_checker.src/tree.mli
+++ b/perl_checker.src/tree.mli
@@ -32,7 +32,7 @@ type per_file = {
file_name : string ;
require_name : string option ;
lines_starts : int list ;
- build_time : int ;
+ build_time : float ;
packages : per_package list ;
from_basedir : bool ;
}
@@ -43,7 +43,7 @@ val use_lib : string list ref
val uses_external_package : string -> bool
val findfile : string list -> string -> string
-val get_global_info_from_package : bool -> string option -> int -> fromparser list -> per_file
+val get_global_info_from_package : bool -> string option -> float -> fromparser list -> per_file
val has_proto : string option -> fromparser -> ((context * string) list * pos * fromparser list) option
val get_vars_declaration : (context * string * string, pos * prototype option) Hashtbl.t -> string -> per_package -> unit