Coccinelle release 1.0.0-rc12
[bpt/coccinelle.git] / ocaml / ocamlcocci_aux.ml
index 36269b6..74cfa16 100644 (file)
@@ -21,10 +21,13 @@ let stringrep = function
     call_pretty Pretty_print_c.pp_arg_list_gen expr_list
 | Ast_c.MetaTypeVal      typ -> call_pretty Pretty_print_c.pp_type_gen typ
 | Ast_c.MetaInitVal      ini -> call_pretty Pretty_print_c.pp_init_gen ini
+| Ast_c.MetaInitListVal  ini -> call_pretty Pretty_print_c.pp_init_list_gen ini
 | Ast_c.MetaDeclVal      declaration ->
     call_pretty Pretty_print_c.pp_decl_gen declaration
 | Ast_c.MetaFieldVal      field ->
     call_pretty Pretty_print_c.pp_field_gen field
+| Ast_c.MetaFieldListVal field ->
+    call_pretty Pretty_print_c.pp_field_list_gen field
 | Ast_c.MetaStmtVal      statement ->
     call_pretty Pretty_print_c.pp_statement_gen statement
 | Ast_c.MetaParamVal     param ->