> As long, as I don't want to touch the macro itself, I can > hope, that Coccinelle will parse the rest around it > properly. So that I can transform that.
Yes. But there are well-behaved macros in which you can do transformations, ie macro calls in place where function calls are allowed. The problem in your code is that there is what looks like a function call in a place that requires a function header. julia _______________________________________________ Cocci mailing list [email protected] http://lists.diku.dk/mailman/listinfo/cocci (Web access from inside DIKUs LAN only)
