Skip to content

Commit b5889ab

Browse files
himangi774michal42
authored andcommitted
coccinelle/null: solve parse error
This patch solves the parse-error by adding @@ . This is necessary since Coccinelle version 1.0.0-rc20. Also, the comment is added to use a recent version of Coccinelle. Signed-off-by: Himangi Saraogi <himangi774@gmail.com> Acked-by: Julia Lawall <julia.lawall@lip6.fr> Signed-off-by: Michal Marek <mmarek@suse.cz>
1 parent aa8dbee commit b5889ab

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/coccinelle/null/badzero.cocci

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// Copyright: (C) 2012 Julia Lawall, INRIA/LIP6. GPLv2.
1111
// Copyright: (C) 2012 Gilles Muller, INRIA/LiP6. GPLv2.
1212
// URL: http://coccinelle.lip6.fr/
13-
// Comments:
13+
// Comments: Requires Coccinelle version 1.0.0-rc20 or later
1414
// Options:
1515

1616
virtual patch
@@ -19,6 +19,7 @@ virtual org
1919
virtual report
2020

2121
@initialize:ocaml@
22+
@@
2223
let negtable = Hashtbl.create 101
2324
2425
@depends on patch@

0 commit comments

Comments
 (0)