From: Junio C Hamano Date: Tue, 1 Sep 2009 09:18:52 +0000 (-0700) Subject: builtin-pack-objects.c: avoid vla X-Git-Tag: v1.6.5-rc0~14 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/dcda3614d44bf83aaeb7632353ab668bc689986c?hp=dcda3614d44bf83aaeb7632353ab668bc689986c builtin-pack-objects.c: avoid vla This is one of only two places that we use C99 variable length array on the stack, which some older compilers apparently are not happy with. Signed-off-by: Junio C Hamano ---