I need to match something like this:

struct {
  int x;
  int y;
} d;

I tried:

struct {...} d;

and got a nameless struct error ... what should I be doing?

thanks

ron
_______________________________________________
Cocci mailing list
[email protected]
http://lists.diku.dk/mailman/listinfo/cocci
(Web access from inside DIKUs LAN only)

Reply via email to