Commit 06e7329d authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Help Coccinelle a tiny bit more

It currently freaks out when it's not aware of a type, or when it
encounters v_*_ macros in a function signature. This doesn't improve the
results of the existing patches but we should take a habit of specifying
where additional C includes are.
parent c722eb77
......@@ -6,6 +6,6 @@ for both the in-tree code style or out-of-tree VMOD and VUT development.
Unless noted otherwise, all patches should work when invoked as::
spatch --dir . --in-place --sp-file $COCCI
spatch -I include/ -I bin/varnishd/ --dir . --in-place --sp-file $COCCI
.. _coccinelle: http://coccinelle.lip6.fr/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment