diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-11-26 12:54:14 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-11-26 12:54:14 +0000 |
commit | ea1a90e167160acdf7615333ea5d86d5190f31a5 (patch) | |
tree | 3e9b29acee096e9747a988049b68f613a56c5934 /perl_checker.src/parser_helper.mli | |
parent | 88bbe9c072d449c7ec86998b88df34144fa54474 (diff) | |
download | perl-MDK-Common-ea1a90e167160acdf7615333ea5d86d5190f31a5.tar perl-MDK-Common-ea1a90e167160acdf7615333ea5d86d5190f31a5.tar.gz perl-MDK-Common-ea1a90e167160acdf7615333ea5d86d5190f31a5.tar.bz2 perl-MDK-Common-ea1a90e167160acdf7615333ea5d86d5190f31a5.tar.xz perl-MDK-Common-ea1a90e167160acdf7615333ea5d86d5190f31a5.zip |
check sub { { ... }; }
Diffstat (limited to 'perl_checker.src/parser_helper.mli')
-rw-r--r-- | perl_checker.src/parser_helper.mli | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/perl_checker.src/parser_helper.mli b/perl_checker.src/parser_helper.mli index 82a57ef..ae4c55a 100644 --- a/perl_checker.src/parser_helper.mli +++ b/perl_checker.src/parser_helper.mli @@ -125,7 +125,11 @@ val check_for : string Types.any_spaces_pos -> unit val check_for_foreach : string Types.any_spaces_pos -> Types.fromparser Types.prio_anyexpr Types.any_spaces_pos -> unit -val check_block_sub : +val check_block_expr : + bool -> + Types.fromparser -> + 'a Types.any_spaces_pos -> 'b Types.any_spaces_pos -> unit +val check_block_lines : (Types.fromparser list * bool) Types.any_spaces_pos -> 'a Types.any_spaces_pos -> unit val check_block_ref : |