From 9c32c506136dec6694675f66e869eeea28e5ce3c Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 26 May 2003 13:55:19 +0000 Subject: add a special case to handle "arch => 1" without going through word_alone() --- perl_checker.src/parser_helper.mli | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'perl_checker.src/parser_helper.mli') 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 -- cgit v1.2.1