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

Coccinelle: array_size: 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>
上级 8f551bef
...@@ -59,7 +59,7 @@ T[] E; ...@@ -59,7 +59,7 @@ T[] E;
// For org and report mode // For org and report mode
//---------------------------------------------------------- //----------------------------------------------------------
@r@ @r depends on (org || report)@
type T; type T;
T[] E; T[] E;
position p; position p;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册