diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-04-30 09:30:59 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-04-30 09:30:59 +0000 |
commit | d6ed071ca23941755671614ad566d3524d044f8b (patch) | |
tree | 8db07600d47e964fe82ef0ef4613017493df9550 /perl_checker.src/parser_helper.mli | |
parent | a40a84536bba545bb010a12aac632317545b40b9 (diff) | |
download | perl-MDK-Common-d6ed071ca23941755671614ad566d3524d044f8b.tar perl-MDK-Common-d6ed071ca23941755671614ad566d3524d044f8b.tar.gz perl-MDK-Common-d6ed071ca23941755671614ad566d3524d044f8b.tar.bz2 perl-MDK-Common-d6ed071ca23941755671614ad566d3524d044f8b.tar.xz perl-MDK-Common-d6ed071ca23941755671614ad566d3524d044f8b.zip |
allow "*foo = sub {}" with no prototype
Diffstat (limited to 'perl_checker.src/parser_helper.mli')
-rw-r--r-- | perl_checker.src/parser_helper.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl_checker.src/parser_helper.mli b/perl_checker.src/parser_helper.mli index 09a6a0e..86cd2b2 100644 --- a/perl_checker.src/parser_helper.mli +++ b/perl_checker.src/parser_helper.mli @@ -150,7 +150,7 @@ val to_Local : Types.fromparser val sub_declaration : Types.fromparser * string option -> - Types.fromparser list -> Types.fromparser + Types.fromparser list -> Types.sub_declaration_kind -> Types.fromparser val anonymous_sub : string option -> Types.fromparser list Types.any_spaces_pos -> Types.fromparser |