Avoid C99 initializers
commit344c52aee5f2dfaad2a065f8dcc8566d52d0d6c9
authorShawn Pearce <spearce@spearce.org>
Sat, 8 Jul 2006 18:34:02 +0000 (8 14:34 -0400)
committerJunio C Hamano <junkio@cox.net>
Mon, 10 Jul 2006 07:13:28 +0000 (10 00:13 -0700)
treeb17a624f0ca2ea52753397ee588a05b63428d612
parent4f12d529abbf233e1df93e7ffa5f2719005a2258
Avoid C99 initializers

In a handful places, we use C99 structure and array
initializers, which some compilers do not support.

This can be handy when you are trying to compile GIT on a
Solaris system that has an older C compiler, for example.

Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-read-tree.c
checkout-index.c
diff.c