On Sun, 18 Dec 2016, Kishan Sandeep wrote:
> Hi, > > > Please help me to write cocci script here - > > I have below typedef - > > typedef int INT; > > INT is used so-many files in the code. Now i want to remove this typedef and > want to replace with int. @@ typedef INT; @@ - INT + int @@ @@ - typedef int INT; julia _______________________________________________ Cocci mailing list [email protected] https://systeme.lip6.fr/mailman/listinfo/cocci
