MetaAttributeVal is added to the C AST. Reflect these changes in ocamlcocci_aux.ml.
Signed-off-by: Jaskaran Singh <jaskaran.si...@collabora.com> --- ocaml/ocamlcocci_aux.ml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ocaml/ocamlcocci_aux.ml b/ocaml/ocamlcocci_aux.ml index 7ec3a964f..ccbf6858e 100644 --- a/ocaml/ocamlcocci_aux.ml +++ b/ocaml/ocamlcocci_aux.ml @@ -47,6 +47,8 @@ let stringrep = function call_pretty0 Pretty_print_c.pp_string_fragment_list_gen frags | Ast_c.MetaFmtVal fmt -> call_pretty0 Pretty_print_c.pp_string_format_gen fmt +| Ast_c.MetaAttributeVal attr -> + call_pretty0 Pretty_print_c.pp_attribute_gen attr | Ast_c.MetaListlenVal n -> string_of_int n | Ast_c.MetaPosVal (pos1, pos2) -> let print_pos = function -- 2.21.3 _______________________________________________ Cocci mailing list Cocci@systeme.lip6.fr https://systeme.lip6.fr/mailman/listinfo/cocci