summaryrefslogtreecommitdiffstats
path: root/perl_checker.src/parser_helper.mli
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-12-13 12:51:09 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-12-13 12:51:09 +0000
commit48905afa579ab67d94b415c22c658754a3c9cc75 (patch)
tree545d3105519b74316b44ed71555065f42c1cb9d5 /perl_checker.src/parser_helper.mli
parent006715b82b42bf2c7008897b3ff4fe9f24435442 (diff)
downloadperl_checker-48905afa579ab67d94b415c22c658754a3c9cc75.tar
perl_checker-48905afa579ab67d94b415c22c658754a3c9cc75.tar.gz
perl_checker-48905afa579ab67d94b415c22c658754a3c9cc75.tar.bz2
perl_checker-48905afa579ab67d94b415c22c658754a3c9cc75.tar.xz
perl_checker-48905afa579ab67d94b415c22c658754a3c9cc75.zip
- ugly hack to workaround uniop calls priority pb, but at least have a P_uniop instead of using P_mul
- add delete as a uniop
Diffstat (limited to 'perl_checker.src/parser_helper.mli')
-rw-r--r--perl_checker.src/parser_helper.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl_checker.src/parser_helper.mli b/perl_checker.src/parser_helper.mli
index 0708792..e820703 100644
--- a/perl_checker.src/parser_helper.mli
+++ b/perl_checker.src/parser_helper.mli
@@ -235,6 +235,7 @@ val call_func :
Types.fromparser list Types.prio_anyexpr Types.any_spaces_pos ->
Types.fromparser Types.prio_anyexpr Types.any_spaces_pos
val call_one_scalar_para :
+ Types.priority ->
string Types.any_spaces_pos ->
Types.fromparser list ->
'a Types.any_spaces_pos ->