Coccinelle release 1.0.0-rc4
[bpt/coccinelle.git] / python / pycocci_aux.ml
index 14d094d..5900641 100644 (file)
@@ -43,10 +43,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      decl ->
     call_pretty Pretty_print_c.pp_decl_gen decl
 | 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 ->