Hi, On Mon, 19 Feb 2007, Junio C Hamano wrote: > These repeated strncmp(p, X, STRLEN_X) almost makes me wonder if we want > to introduce: > > inline int prefixcmp(a, b) > { > return (strncmp(a, b, strlen(b)); > } > > with clever preprocessor optimization to have compiler do strlen() when > b is a string literal. I am in favour of that. BTW I remember that Han-Wen suggested this some time ago, too. 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