Guido Ostkamp, Thu, Nov 15, 2007 00:21:55 +0100:
The main difference is that the 'struct delta_index' is opaque in delta.h
and non-opaque in diff-delta.c; the patch clearly shows it solves the
error. So we've got a solution.
It is not the solution. How do you think the rest of Git compiles?
If you feel we could try something else, please let me know and I'll check
it out.
Yes. Read the mail I sent before:
Try removing the "const". Looks like that compiler is too stupid
to understand it.