Alex Riesen <raa.lkml@xxxxxxxxx> writes: > Guido Ostkamp, Wed, Nov 14, 2007 21:31:13 +0100: >> ... >> cc: acomp failed for diff-delta.c >> make: *** [diff-delta.o] Error 2 >> >> This is because 'struct delta_index' is declared with no size in delta.h >> and with size in diff-delta.c which does not fit. > > Huh?! Ever heard of forward declaration? We are not the first people who pass around a pointer to an opaque struct in the API to hide away the implementation. It would be surprising if the Workshop Compiler chokes on this and not other projects. - 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