summaryrefslogtreecommitdiffstats
path: root/perl_checker.src/parser_helper.mli
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-02-12 11:27:26 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-02-12 11:27:26 +0000
commitfa0065c024f2dac346f4659ea6b880526c9e7716 (patch)
tree407bf1184b267d8fb99803e1eedcce79e75e7af9 /perl_checker.src/parser_helper.mli
parent8bc79537287588304e04d266f38ce7bd2b15e2e6 (diff)
downloadperl-MDK-Common-fa0065c024f2dac346f4659ea6b880526c9e7716.tar
perl-MDK-Common-fa0065c024f2dac346f4659ea6b880526c9e7716.tar.gz
perl-MDK-Common-fa0065c024f2dac346f4659ea6b880526c9e7716.tar.bz2
perl-MDK-Common-fa0065c024f2dac346f4659ea6b880526c9e7716.tar.xz
perl-MDK-Common-fa0065c024f2dac346f4659ea6b880526c9e7716.zip
warn when "ref" priority is badly handled by perl_checker
Diffstat (limited to 'perl_checker.src/parser_helper.mli')
-rw-r--r--perl_checker.src/parser_helper.mli3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl_checker.src/parser_helper.mli b/perl_checker.src/parser_helper.mli
index 3b776ea..7fe749d 100644
--- a/perl_checker.src/parser_helper.mli
+++ b/perl_checker.src/parser_helper.mli
@@ -59,7 +59,8 @@ val check_parenthesized_first_argexpr :
('a * Types.fromparser list) * (Types.spaces * (int * 'b)) -> unit
val check_parenthesized_first_argexpr_with_Ident :
Types.fromparser ->
- ('a * Types.fromparser list) * (Types.spaces * (int * 'b)) -> unit
+ (Types.priority * Types.fromparser list) * (Types.spaces * (int * 'a)) ->
+ unit
val check_hash_subscript :
('a * Types.fromparser) * ('b * (int * int)) -> unit
val check_arrow_needed :