X-Git-Url: http://git.hcoop.net/bpt/coccinelle.git/blobdiff_plain/413ffc021412f98847aeb825928e9e0e79dd2648..5427db06e325c3c7c572e2e1ebe88a2fd211641c:/ocaml/coccilib.mli diff --git a/ocaml/coccilib.mli b/ocaml/coccilib.mli index d2619af..c79d8ef 100644 --- a/ocaml/coccilib.mli +++ b/ocaml/coccilib.mli @@ -11,6 +11,7 @@ type param_type = | Str of string | Type of Ast_c.fullType | Init of Ast_c.initialiser + | InitList of Ast_c.initialiser Ast_c.wrap2 list | Int of int | Param of Ast_c.parameterType | ParamList of Ast_c.parameterType Ast_c.wrap2 list @@ -18,6 +19,7 @@ type param_type = | ExprList of Ast_c.argument Ast_c.wrap2 list | Decl of Ast_c.declaration | Field of Ast_c.field + | FieldList of Ast_c.field list | Stmt of Ast_c.statement val fcts : (string, param_type list -> string ref list -> unit) Hashtbl.t @@ -27,4 +29,6 @@ val fcts : (string, param_type list -> string ref list -> unit) Hashtbl.t val inc_match : bool ref val include_match : bool -> unit +val exited : bool ref +val exit : unit -> unit val dir : unit -> string