Skip to content

Commit

Permalink
coccinelle/null: solve parse error
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Himangi Saraogi authored and Michal Marek committed Aug 6, 2014
1 parent aa8dbee commit b5889ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/coccinelle/null/badzero.cocci
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Copyright: (C) 2012 Julia Lawall, INRIA/LIP6. GPLv2.
// Copyright: (C) 2012 Gilles Muller, INRIA/LiP6. GPLv2.
// URL: http://coccinelle.lip6.fr/
// Comments:
// Comments: Requires Coccinelle version 1.0.0-rc20 or later
// Options:

virtual patch
Expand All @@ -19,6 +19,7 @@ virtual org
virtual report

@initialize:ocaml@
@@
let negtable = Hashtbl.create 101
@depends on patch@
Expand Down

0 comments on commit b5889ab

Please sign in to comment.