The SmPL AST visitor has a function for attributes. Reflect these
changes in cocci_vs_c.ml.

Signed-off-by: Jaskaran Singh <[email protected]>
---
 engine/cocci_vs_c.ml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/engine/cocci_vs_c.ml b/engine/cocci_vs_c.ml
index 9439cdb3..cba6c8d0 100644
--- a/engine/cocci_vs_c.ml
+++ b/engine/cocci_vs_c.ml
@@ -609,7 +609,7 @@ let check_allminus =
     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
 
 (*****************************************************************************)
 (* Functor parameter combinators *)
@@ -2335,7 +2335,7 @@ and (declaration: (A.mcodekind * bool * 
A.declaration,B.declaration) matcher) =
                donothing donothing donothing donothing donothing donothing
                donothing donothing donothing donothing donothing donothing
                donothing donothing donothing donothing donothing donothing
-               donothing donothing donothing donothing in
+               donothing donothing donothing donothing donothing in
            v.Visitor_ast.rebuilder_declaration decla in
 
          xs +> List.fold_left (fun acc var ->
-- 
2.21.3

_______________________________________________
Cocci mailing list
[email protected]
https://systeme.lip6.fr/mailman/listinfo/cocci

Reply via email to