summaryrefslogtreecommitdiffstats
path: root/perl_checker.src/global_checks.mli
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-06-09 01:24:10 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-06-09 01:24:10 +0000
commitea1bc3cd65e912ad176836a90acd142aafeef116 (patch)
treeedfd4d9e833ac9344a8f2b8e4f0a21b22c4d7a7f /perl_checker.src/global_checks.mli
parent2077172910ed7c2bcd26e1f6d74a0ed5f4e629fb (diff)
downloadperl_checker-ea1bc3cd65e912ad176836a90acd142aafeef116.tar
perl_checker-ea1bc3cd65e912ad176836a90acd142aafeef116.tar.gz
perl_checker-ea1bc3cd65e912ad176836a90acd142aafeef116.tar.bz2
perl_checker-ea1bc3cd65e912ad176836a90acd142aafeef116.tar.xz
perl_checker-ea1bc3cd65e912ad176836a90acd142aafeef116.zip
handle method calls in generate-package-dependencies-graph
Diffstat (limited to 'perl_checker.src/global_checks.mli')
-rw-r--r--perl_checker.src/global_checks.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl_checker.src/global_checks.mli b/perl_checker.src/global_checks.mli
index 197ba3e..ae36b2b 100644
--- a/perl_checker.src/global_checks.mli
+++ b/perl_checker.src/global_checks.mli
@@ -4,7 +4,7 @@ open Tree
type state = {
per_files : (string, per_file) Hashtbl.t ;
per_packages : (string, per_package) Hashtbl.t ;
- methods : (string, (pos * variable_used ref * prototype option) list) Hashtbl.t ;
+ methods : (string, (string * variable_used ref * prototype option) list) Hashtbl.t ;
global_vars_used : ((context * string * string) * pos) list ref ;
packages_being_classes : (string, unit) Hashtbl.t ;
packages_dependencies : (string * string, unit) Hashtbl.t ;