summaryrefslogtreecommitdiffstats
path: root/perl_checker.src/parser_helper.mli
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-01-09 15:22:42 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-01-09 15:22:42 +0000
commit408364e10d30895f399d96f1433503a34627457a (patch)
treefe97b86802f6ab54be3942bba0a924ba258bf51f /perl_checker.src/parser_helper.mli
parentf4b7e74a62170912df757f36242ba8dfd3051ecc (diff)
downloadperl_checker-408364e10d30895f399d96f1433503a34627457a.tar
perl_checker-408364e10d30895f399d96f1433503a34627457a.tar.gz
perl_checker-408364e10d30895f399d96f1433503a34627457a.tar.bz2
perl_checker-408364e10d30895f399d96f1433503a34627457a.tar.xz
perl_checker-408364e10d30895f399d96f1433503a34627457a.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.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 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