summaryrefslogtreecommitdiffstats
path: root/perl_checker.src/parser_helper.mli
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-11-17 16:53:50 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-11-17 16:53:50 +0000
commitcab1e04c6458ab10cdb5ef03f125aee5668695ac (patch)
treef75e759b610f2cc47c0a90355edbb11d95aa2c56 /perl_checker.src/parser_helper.mli
parentc01730aac021a10c13cdbaf99813b0869e045889 (diff)
downloadperl-MDK-Common-cab1e04c6458ab10cdb5ef03f125aee5668695ac.tar
perl-MDK-Common-cab1e04c6458ab10cdb5ef03f125aee5668695ac.tar.gz
perl-MDK-Common-cab1e04c6458ab10cdb5ef03f125aee5668695ac.tar.bz2
perl-MDK-Common-cab1e04c6458ab10cdb5ef03f125aee5668695ac.tar.xz
perl-MDK-Common-cab1e04c6458ab10cdb5ef03f125aee5668695ac.zip
create string_of_fromparser(), needs tuning
Diffstat (limited to 'perl_checker.src/parser_helper.mli')
-rw-r--r--perl_checker.src/parser_helper.mli6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl_checker.src/parser_helper.mli b/perl_checker.src/parser_helper.mli
index e0ff110..82a57ef 100644
--- a/perl_checker.src/parser_helper.mli
+++ b/perl_checker.src/parser_helper.mli
@@ -48,9 +48,11 @@ val is_always_false : Types.fromparser -> bool
val is_lvalue : Types.fromparser -> bool
val not_complex : Types.fromparser -> bool
val not_simple : Types.fromparser -> bool
-val string_of_Ident : Types.fromparser -> string
val context2s : Types.context -> string
val variable2s : Types.context * string -> string
+val string_of_fromparser : Types.fromparser -> string
+val lstring_of_fromparser : Types.fromparser list -> string
+val lstring_of_fromparser_parentheses : Types.fromparser list -> string
val is_same_fromparser : Types.fromparser -> Types.fromparser -> bool
val from_scalar : Types.fromparser Types.any_spaces_pos -> Types.fromparser
val from_array : Types.fromparser Types.any_spaces_pos -> Types.fromparser
@@ -203,8 +205,6 @@ 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
val generate_pot : string -> unit
-val fake_string_from_String_l : (string * 'a) list -> string
-val fake_string_option_from_expr : Types.fromparser -> string option
val check_system_call : string list -> unit
val call_raw :
bool -> Types.fromparser * Types.fromparser list -> Types.fromparser