summaryrefslogtreecommitdiffstats
path: root/perl_checker.src/parser_helper.mli
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-05-26 13:55:19 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-05-26 13:55:19 +0000
commitcb79314a713769a18a76dddeb1eb393452e584ef (patch)
tree8d1548732b13af4520a291ddfd052d9fcac1a493 /perl_checker.src/parser_helper.mli
parent3d38c96f5f50aac80b7352b9d2129db93ecde002 (diff)
downloadperl_checker-cb79314a713769a18a76dddeb1eb393452e584ef.tar
perl_checker-cb79314a713769a18a76dddeb1eb393452e584ef.tar.gz
perl_checker-cb79314a713769a18a76dddeb1eb393452e584ef.tar.bz2
perl_checker-cb79314a713769a18a76dddeb1eb393452e584ef.tar.xz
perl_checker-cb79314a713769a18a76dddeb1eb393452e584ef.zip
add a special case to handle "arch => 1" without going through word_alone()
Diffstat (limited to 'perl_checker.src/parser_helper.mli')
-rw-r--r--perl_checker.src/parser_helper.mli3
1 files changed, 1 insertions, 2 deletions
diff --git a/perl_checker.src/parser_helper.mli b/perl_checker.src/parser_helper.mli
index f43c6b1..9a5e2fa 100644
--- a/perl_checker.src/parser_helper.mli
+++ b/perl_checker.src/parser_helper.mli
@@ -175,8 +175,7 @@ val to_Call_op_ :
'b Types.any_spaces_pos ->
Types.fromparser Types.prio_anyexpr Types.any_spaces_pos
val followed_by_comma :
- Types.fromparser list Types.prio_anyexpr Types.any_spaces_pos ->
- bool Types.any_spaces_pos -> Types.fromparser list
+ Types.fromparser list -> bool -> Types.fromparser list
val pot_strings : (string, string list) Hashtbl.t
val pot_strings_and_file : (string, string) Hashtbl.t
val po_comments : string list ref