The SmPL AST0 visitor has a function for attributes. Reflect these changes in iso_compile.ml.
Signed-off-by: Jaskaran Singh <[email protected]> --- parsing_cocci/iso_compile.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parsing_cocci/iso_compile.ml b/parsing_cocci/iso_compile.ml index d17e1106..831197d9 100644 --- a/parsing_cocci/iso_compile.ml +++ b/parsing_cocci/iso_compile.ml @@ -55,7 +55,7 @@ let sequence_tokens = donothing donothing donothing donothing donothing donothing donothing donothing donothing donothing donothing donothing donothing donothing donothing donothing donothing donothing donothing donothing donothing - donothing donothing donothing + donothing donothing donothing donothing (* In general, we will get a list of lists: -- 2.21.3 _______________________________________________ Cocci mailing list [email protected] https://systeme.lip6.fr/mailman/listinfo/cocci
