On Wed, 14 Nov 2007, Junio C Hamano wrote: > > Maybe your compiler needs -DFLEX_ARRAY=0 in CFLAGS? Actually, for old pre-C99 compilers, you're probably better off using -DFLEX_ARRAY=1, since a zero-sized array could be considered bogus by some. Linus - 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