summaryrefslogtreecommitdiffstats
path: root/perl_checker.src/parser_helper.mli
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-04-30 09:30:59 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-04-30 09:30:59 +0000
commit3d726d18053a2ea9cf435d661fc6fd0a36daab99 (patch)
tree64406beefbf9d941a955d72f33dcb1f5d8ef15cf /perl_checker.src/parser_helper.mli
parent16d1e7e21e4169abd573a3b6e53afb4a203a81f2 (diff)
downloadperl_checker-3d726d18053a2ea9cf435d661fc6fd0a36daab99.tar
perl_checker-3d726d18053a2ea9cf435d661fc6fd0a36daab99.tar.gz
perl_checker-3d726d18053a2ea9cf435d661fc6fd0a36daab99.tar.bz2
perl_checker-3d726d18053a2ea9cf435d661fc6fd0a36daab99.tar.xz
perl_checker-3d726d18053a2ea9cf435d661fc6fd0a36daab99.zip
allow "*foo = sub {}" with no prototype
Diffstat (limited to 'perl_checker.src/parser_helper.mli')
-rw-r--r--perl_checker.src/parser_helper.mli2
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