summaryrefslogtreecommitdiffstats
path: root/perl_checker.src/common.mli
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-01-13 14:11:04 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-01-13 14:11:04 +0000
commitbe8db69c2cb1b184265803ff6efb7be5e946a474 (patch)
treed4a4dc94e4db5e6747075aef2d9a59b6dd3a5d31 /perl_checker.src/common.mli
parent4eb762f8af4f23b0ff940f2e5760d5d58756d33f (diff)
downloadperl_checker-be8db69c2cb1b184265803ff6efb7be5e946a474.tar
perl_checker-be8db69c2cb1b184265803ff6efb7be5e946a474.tar.gz
perl_checker-be8db69c2cb1b184265803ff6efb7be5e946a474.tar.bz2
perl_checker-be8db69c2cb1b184265803ff6efb7be5e946a474.tar.xz
perl_checker-be8db69c2cb1b184265803ff6efb7be5e946a474.zip
use a float to save the mtime since int overflows.
this fixes the cache being used partially
Diffstat (limited to 'perl_checker.src/common.mli')
-rw-r--r--perl_checker.src/common.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl_checker.src/common.mli b/perl_checker.src/common.mli
index 276faca..df09b47 100644
--- a/perl_checker.src/common.mli
+++ b/perl_checker.src/common.mli
@@ -215,7 +215,7 @@ val words : string -> string list
val to_CamelCase : string -> string option
val concat_symlink : string -> string -> string
val expand_symlinks : string -> string
-val mtime : string -> int
+val mtime : string -> float
val updir : string -> int -> string
val string_of_ref : 'a ref -> string
val print_endline_flush_quiet : bool ref