diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-01-09 15:22:42 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-01-09 15:22:42 +0000 |
commit | 90a1e35737c0c02455d5fa85be7bd96339c9dc88 (patch) | |
tree | c42b6e522aff051481820912255572c10f205b6c /perl_checker.src/parser_helper.mli | |
parent | b5905a0ab6ffbcfe0e61f17bed255ea0cd59efbc (diff) | |
download | perl-MDK-Common-90a1e35737c0c02455d5fa85be7bd96339c9dc88.tar perl-MDK-Common-90a1e35737c0c02455d5fa85be7bd96339c9dc88.tar.gz perl-MDK-Common-90a1e35737c0c02455d5fa85be7bd96339c9dc88.tar.bz2 perl-MDK-Common-90a1e35737c0c02455d5fa85be7bd96339c9dc88.tar.xz perl-MDK-Common-90a1e35737c0c02455d5fa85be7bd96339c9dc88.zip |
perl_checker: entries in generated pot file are sorted by files
Diffstat (limited to 'perl_checker.src/parser_helper.mli')
-rw-r--r-- | perl_checker.src/parser_helper.mli | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/perl_checker.src/parser_helper.mli b/perl_checker.src/parser_helper.mli index ede0d18..effa227 100644 --- a/perl_checker.src/parser_helper.mli +++ b/perl_checker.src/parser_helper.mli @@ -181,8 +181,7 @@ val to_Call_op_ : Types.fromparser Types.prio_anyexpr Types.any_spaces_pos val followed_by_comma : 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 pot_strings : (string, (string * int * int) * string list) Hashtbl.t val po_comments : string list ref val po_comment : string Types.any_spaces_pos -> unit val check_format_a_la_printf : string -> int -> Types.maybe_context list |