summaryrefslogtreecommitdiffstats
path: root/perl_checker.src/parser_helper.mli
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-12-15 15:35:23 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-12-15 15:35:23 +0000
commit24c874f7b48c23f91da8fe2419c02d9ddc2c1c82 (patch)
tree6273c1b1915406b3ca965a15b12dad35df2fc6b6 /perl_checker.src/parser_helper.mli
parentb617ff518050ff8e33ab142f18b280d1e880c447 (diff)
downloadperl-MDK-Common-24c874f7b48c23f91da8fe2419c02d9ddc2c1c82.tar
perl-MDK-Common-24c874f7b48c23f91da8fe2419c02d9ddc2c1c82.tar.gz
perl-MDK-Common-24c874f7b48c23f91da8fe2419c02d9ddc2c1c82.tar.bz2
perl-MDK-Common-24c874f7b48c23f91da8fe2419c02d9ddc2c1c82.tar.xz
perl-MDK-Common-24c874f7b48c23f91da8fe2419c02d9ddc2c1c82.zip
allow to specify the return context of functions instead of always saying M_unknown
Diffstat (limited to 'perl_checker.src/parser_helper.mli')
-rw-r--r--perl_checker.src/parser_helper.mli9
1 files changed, 5 insertions, 4 deletions
diff --git a/perl_checker.src/parser_helper.mli b/perl_checker.src/parser_helper.mli
index fc27172..a97b4ed 100644
--- a/perl_checker.src/parser_helper.mli
+++ b/perl_checker.src/parser_helper.mli
@@ -187,10 +187,6 @@ val generate_pot : string -> unit
val call_raw :
bool -> Types.fromparser * Types.fromparser list -> Types.fromparser
val call : Types.fromparser * Types.fromparser list -> Types.fromparser
-val call_func :
- Types.fromparser Types.any_spaces_pos ->
- Types.fromparser list Types.prio_anyexpr Types.any_spaces_pos ->
- Types.fromparser
val check_return :
Types.fromparser Types.any_spaces_pos ->
Types.fromparser list Types.prio_anyexpr Types.any_spaces_pos -> unit
@@ -204,10 +200,15 @@ val call_with_paren :
Types.fromparser Types.prio_anyexpr Types.any_spaces_pos
val call_and_context :
Types.fromparser * Types.fromparser list ->
+ bool ->
Types.priority ->
'a Types.any_spaces_pos ->
'b Types.any_spaces_pos ->
Types.fromparser Types.prio_anyexpr Types.any_spaces_pos
+val call_func :
+ Types.fromparser Types.any_spaces_pos ->
+ Types.fromparser list Types.prio_anyexpr Types.any_spaces_pos ->
+ Types.fromparser Types.prio_anyexpr Types.any_spaces_pos
val call_one_scalar_para :
string Types.any_spaces_pos ->
Types.fromparser list ->