Skip to content
  • Shawn Pearce's avatar
    Avoid C99 initializers · 344c52ae
    Shawn Pearce authored
    
    
    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: default avatarJunio C Hamano <junkio@cox.net>
    344c52ae