Release coccinelle-0.1.8
[bpt/coccinelle.git] / tests / struct_typedef.cocci
CommitLineData
34e49164
C
1@@
2@@
3
4- struct dvb_frontend {
708f4980 5+ struct dvb2_frontend{
34e49164
C
6 ...
7- struct dvb_frontend_ops* ops;
8+ struct dvb_frontend_ops ops;
9 ...
10};