Release coccinelle-0.2.3rc5
[bpt/coccinelle.git] / parsing_cocci / ast0_cocci.mli
index be0e456..31b3e47 100644 (file)
@@ -154,7 +154,10 @@ and constraints =
   | NotExpCstrt    of expression list
   | SubExpCstrt    of Ast_cocci.meta_name list
 
-and listlen = Ast_cocci.meta_name mcode option
+and listlen =
+    MetaListLen of Ast_cocci.meta_name mcode
+  | CstListLen of int
+  | AnyListLen
 
 (* --------------------------------------------------------------------- *)
 (* Types *)