The SmPL AST0 visitor has a function for attributes. Reflect these changes in ast0toast.ml.
Signed-off-by: Jaskaran Singh <[email protected]> --- parsing_cocci/ast0toast.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parsing_cocci/ast0toast.ml b/parsing_cocci/ast0toast.ml index f0cad067..4ccc259b 100644 --- a/parsing_cocci/ast0toast.ml +++ b/parsing_cocci/ast0toast.ml @@ -190,7 +190,7 @@ let inline_mcodes = do_nothing do_nothing do_nothing do_nothing do_nothing do_nothing do_nothing do_nothing do_nothing do_nothing do_nothing_end do_nothing_end do_nothing do_nothing - do_nothing do_nothing do_nothing do_nothing + do_nothing do_nothing do_nothing do_nothing do_nothing (* --------------------------------------------------------------------- *) (* For function declarations. Can't use the mcode at the root, because that @@ -274,7 +274,7 @@ let check_allminus = donothing donothing ident expression donothing donothing typeC initialiser donothing declaration field donothing statement donothing case_line donothing - donothing + donothing donothing (* --------------------------------------------------------------------- *) (* --------------------------------------------------------------------- *) -- 2.21.3 _______________________________________________ Cocci mailing list [email protected] https://systeme.lip6.fr/mailman/listinfo/cocci
