On Mon, Oct 12, 2015 at 11:38 PM, ron minnich <[email protected]> wrote:
> I've had someone request something and I want to show them how cool
> coccinnelle is. If only I were smart enough!
>
> There are lots of things like this:
> if ((a == b) && (c != e))
>
> which I'd like to turn in to
> if (a == b && c == d) ...
Where does d comes from?
_______________________________________________
Cocci mailing list
[email protected]
https://systeme.lip6.fr/mailman/listinfo/cocci

Reply via email to