Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Forster <octo@verplant.org>2006-06-18 19:18:05 +0400
committerJunio C Hamano <junkio@cox.net>2006-06-19 08:19:09 +0400
commitb4b1550315c6184ea50936be305a4f1c78ad16a8 (patch)
treec51a79778f95b0f543fefabcdd576d6b77f4437c /blame.c
parent63f175693e46c8e1562e68a40086ec864f43886b (diff)
Don't instantiate structures with FAMs.
Since structures with `flexible array members' are an incomplete datatype ANSI C99 forbids creating instances of them. This patch removes such an instance from `diff-lib.c' and replaces it with a pointer to a `struct combine_diff_path'. Since all neccessary memory is allocated at once the number of calls to `xmalloc' is not increased. Signed-off-by: Florian Forster <octo@verplant.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'blame.c')
0 files changed, 0 insertions, 0 deletions