On Tue, Oct 12, 2010 at 23:24 +0200, Julia Lawall wrote: > Currently, it is possible to say expression *x; to have x match any > pointer-typed expression. It could also be useful to say eg > expression struct * x; to have it match any expression of type pointer to > any sort of struct. Another option would be just struct *x;, but that > would suggest there should be just *x;, which could be a bit too concise.
Thanks, this works! -- Vasiliy _______________________________________________ Cocci mailing list [email protected] http://lists.diku.dk/mailman/listinfo/cocci (Web access from inside DIKUs LAN only)
