Skip to content
  • René Scharfe's avatar
    use SWAP macro · 35d803bc
    René Scharfe authored and Junio C Hamano's avatar Junio C Hamano committed
    
    
    Apply the semantic patch swap.cocci to convert hand-rolled swaps to use
    the macro SWAP.  The resulting code is shorter and easier to read, the
    object code is effectively unchanged.
    
    The patch for object.c had to be hand-edited in order to preserve the
    comment before the change; Coccinelle tried to eat it for some reason.
    
    Signed-off-by: default avatarRene Scharfe <l.s.r@web.de>
    Signed-off-by: default avatarJunio C Hamano <gitster@pobox.com>
    35d803bc