Junio C Hamano <junkio@xxxxxxx> wrote: > Sorry for bringing up an old topic again, but wouldn't people > agree that this is easier to read if it were written this way ;-)? > > if ( (('A' <= ch) && (ch <= 'Z')) > || (('a' <= ch) && (ch <= 'z')) > || (('0' <= ch) && (ch <= '9')) > ... Yes, but isalnum(ch) even better ;) -- http://onion.dynserv.net/~timo/ - : 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