From d1e6f4e26098eb035c017d1146ef7d06e4e946ba Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 9 Jan 2004 14:21:15 +0000 Subject: always print "can't find package" warning, even with restrict-to-files --- perl_checker.src/tree.mli | 1 + 1 file changed, 1 insertion(+) (limited to 'perl_checker.src/tree.mli') diff --git a/perl_checker.src/tree.mli b/perl_checker.src/tree.mli index fb449d5..9363a5e 100644 --- a/perl_checker.src/tree.mli +++ b/perl_checker.src/tree.mli @@ -50,6 +50,7 @@ val get_vars_declaration : (context * string * string, pos * prototype option) H val die_with_pos : string * int * int -> string -> 'a val warn_with_pos : string * int * int -> string -> unit +val warn_with_pos_always : string * int * int -> string -> unit val fold_tree : ('a -> fromparser -> 'a option) -> 'a -> fromparser -> 'a val from_qw : fromparser -> (context * string) list -- cgit v1.2.1