Tag: a5ca2dfc4ebd33e18f981f562833c39efdc2585c

staging: Make some structures static

Author: Julia Lawall <julia@diku.dk> This was done using a semantic patch (http://coccinelle.lip6.fr/) that checks that the declaration is not inside a function definition, that the defined variable is not exported using EXPORTED_SYMBOL, etc, and that the defined variable does not occur in any other file. If these conditions hold, static is added before the declaration. …

Continue reading