Re: [PATCH 08/10] pickaxe: move pickaxe() after pickaxe_match()

2014-03-24 Thread Jeff King
On Sat, Mar 22, 2014 at 06:15:58PM +0100, René Scharfe wrote: pickaxe() calls pickaxe_match(); moving the definition of the former those after the latter allows us to do without an explicit function declaration. s/those // -Peff -- To unsubscribe from this list: send the line unsubscribe git

[PATCH 08/10] pickaxe: move pickaxe() after pickaxe_match()

2014-03-22 Thread René Scharfe
pickaxe() calls pickaxe_match(); moving the definition of the former those after the latter allows us to do without an explicit function declaration. Signed-off-by: Rene Scharfe l@web.de --- diffcore-pickaxe.c | 79 ++ 1 file changed, 38