summaryrefslogtreecommitdiffstats
path: root/perl_checker.src/tree.mli
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-01-09 14:21:15 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-01-09 14:21:15 +0000
commitbb9663c48b712e9c821ba9065d2fb7d7528fdc4a (patch)
tree0854111a070e1007f92f6bcc1d35fef54180cfbf /perl_checker.src/tree.mli
parent4719b738dfa8da4479086a080f3aa4a9d5a779ea (diff)
downloadperl-MDK-Common-bb9663c48b712e9c821ba9065d2fb7d7528fdc4a.tar
perl-MDK-Common-bb9663c48b712e9c821ba9065d2fb7d7528fdc4a.tar.gz
perl-MDK-Common-bb9663c48b712e9c821ba9065d2fb7d7528fdc4a.tar.bz2
perl-MDK-Common-bb9663c48b712e9c821ba9065d2fb7d7528fdc4a.tar.xz
perl-MDK-Common-bb9663c48b712e9c821ba9065d2fb7d7528fdc4a.zip
always print "can't find package" warning, even with restrict-to-files
Diffstat (limited to 'perl_checker.src/tree.mli')
-rw-r--r--perl_checker.src/tree.mli1
1 files changed, 1 insertions, 0 deletions
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