For some reason, I see your reply in the mailing list, but not in my mailbox.
In any case, when Coccinelle has to work hard to parse code containing a macro, the macro itself gets "passed", and you can't make transformations on it. It only has one representation of each piece of code, and to parse your code, it needs the definition of the macro, not the macro call itself. Unfortunately, I don't see a good short term solution to the problem for your code. julia _______________________________________________ Cocci mailing list [email protected] http://lists.diku.dk/mailman/listinfo/cocci (Web access from inside DIKUs LAN only)
