summaryrefslogtreecommitdiffstats
path: root/perl_checker.src/parser_helper.mli
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-04-01 13:10:21 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-04-01 13:10:21 +0000
commit859f9d69d2f68c294c48ac52aca5577631976ee3 (patch)
tree39e78ab577e47f73cfe622b754ea32066bd4fef9 /perl_checker.src/parser_helper.mli
parentd31b53ad935ef10af26d9d176d776dc0578a357c (diff)
downloadperl_checker-859f9d69d2f68c294c48ac52aca5577631976ee3.tar
perl_checker-859f9d69d2f68c294c48ac52aca5577631976ee3.tar.gz
perl_checker-859f9d69d2f68c294c48ac52aca5577631976ee3.tar.bz2
perl_checker-859f9d69d2f68c294c48ac52aca5577631976ee3.tar.xz
perl_checker-859f9d69d2f68c294c48ac52aca5577631976ee3.zip
when a #-PO comment on a same translated string is present twice, it should put the -PO comment in any case
(more precisely, it concatenates all the -PO comments)
Diffstat (limited to 'perl_checker.src/parser_helper.mli')
-rw-r--r--perl_checker.src/parser_helper.mli2
1 files changed, 0 insertions, 2 deletions
diff --git a/perl_checker.src/parser_helper.mli b/perl_checker.src/parser_helper.mli
index a483a2e..cbb04e6 100644
--- a/perl_checker.src/parser_helper.mli
+++ b/perl_checker.src/parser_helper.mli
@@ -134,8 +134,6 @@ val to_Call_op_ :
'b * (int * int) -> ('a * Types.fromparser) * ('b * (int * int))
val followed_by_comma :
('a * Types.fromparser list) * 'b -> bool * 'c -> Types.fromparser list
-val pot_strings : (string * string list) list ref
-val pot_strings_and_file : (string, string) Hashtbl.t
val po_comments : string list ref
val po_comment : string * 'a -> unit
val check_format_a_la_printf : string -> int -> unit