Coccinelle release 1.0.0c7.
[bpt/coccinelle.git] / parsing_cocci / ast_cocci.mli
index 826bc6f..dc86454 100644 (file)
@@ -180,6 +180,8 @@ and base_expression =
   | Paren          of string mcode (* ( *) * expression *
                       string mcode (* ) *)
 
+  | Constructor    of string mcode (* ( *) * fullType * string mcode (* ) *) *
+                     initialiser
   | MetaErr        of meta_name mcode * constraints * keep_binding *
                      inherited
   | MetaExpr       of meta_name mcode * constraints * keep_binding *