Hi, On Sun, 28 Oct 2007, Scott Parish wrote: > On Sun, Oct 28, 2007 at 04:51:00PM +0000, Johannes Schindelin wrote: > > > > +static void subtract_cmds(struct cmdnames *a, struct cmdnames *b) { > > > > Maybe "exclude_cmds()", and choose more suggestive names for the > > parameters? > > I was thinking set operations when i named this (hense "a" and "b"), > but i'll try this out. Yes, I guessed that. But in that case, "subtract" is actively wrong, since you cannot guarantee (and indeed do not want to assume) that one is the subset of the other. Ciao, Dscho - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html