X-Git-Url: http://git.hcoop.net/bpt/coccinelle.git/blobdiff_plain/90aeb998d88488b4402e7b211b064056d175fcbb..feec80c30d140c69f5d894bd09b6071247d0fbaa:/cocci.mli diff --git a/cocci.mli b/cocci.mli index e53246b..c736745 100644 --- a/cocci.mli +++ b/cocci.mli @@ -1,5 +1,7 @@ (* - * Copyright 2010, INRIA, University of Copenhagen + * Copyright 2012, INRIA + * Julia Lawall, Gilles Muller + * Copyright 2010-2011, INRIA, University of Copenhagen * Julia Lawall, Rene Rydhof Hansen, Gilles Muller, Nicolas Palix * Copyright 2005-2009, Ecole des Mines de Nantes, University of Copenhagen * Yoann Padioleau, Julia Lawall, Rene Rydhof Hansen, Henrik Stuart, Gilles Muller, Nicolas Palix @@ -22,6 +24,7 @@ *) +# 0 "./cocci.mli" open Common (* full_engine takes (coccifile, isofile) and cfiles in parameters and @@ -62,7 +65,8 @@ val sp_of_file : (*fresh used after list seeds*) Ast_cocci.meta_name list list list) * Ast_cocci.meta_name list list list * - string list option (*grep tokens*) * - string list option (*glimpse tokens*) + (string list option (*grep tokens*) * + string list option (*glimpse tokens*) * + Get_constants2.combine option) val normalize_path : string -> string