提交 8f551bef 编写于 作者: J Julia Lawall 提交者: Michal Marek

Coccinelle: reduce rule applicability

Rule r is only use in org or report mode, so only execute it in those
cases.
Signed-off-by: NJulia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: NMichal Marek <mmarek@suse.com>
上级 0a9e7da6
......@@ -50,7 +50,7 @@ T **x;
// For org and report mode
//----------------------------------------------------------
@r disable sizeof_type_expr@
@r depends on (org || report) disable sizeof_type_expr@
type T;
T **x;
position p;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册