Coccinelle release 1.0.0-rc1
[bpt/coccinelle.git] / parsing_c / ast_c.ml
index 018a74f..e76e208 100644 (file)
@@ -709,6 +709,7 @@ and metavars_binding = (Ast_cocci.meta_name, metavar_binding_kind) assoc
 
   | MetaTypeVal      of fullType
   | MetaInitVal      of initialiser
+  | MetaInitListVal  of initialiser wrap2 list
   | MetaDeclVal      of declaration
   | MetaFieldVal     of field
   | MetaFieldListVal of field list