Jeff King <peff@xxxxxxxx> writes: > Actually, what I showed earlier does seem to have some weirdness with > else-if. But I finally stumbled on something even better: > > - oidcmp(a, b) != 0 > + !oideq(a, b) > > Because of the isomorphisms that coccinelle knows about, that catches > everything we want. Nice ;-)