bc: bc_num_k(): move carry,i,j,len to inner scope
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 5 Dec 2018 17:56:14 +0000 (18:56 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 5 Dec 2018 17:56:14 +0000 (18:56 +0100)
commitb692c2faf1e713fe4ec04d34bd6ad77e02dbb5d6
tree533e5df4cb205d0959991fbee21f25a6d803fbfe
parent0d7e46b1de8f11ccff9a5efa5d6d6ea6f5bacabf
bc: bc_num_k(): move carry,i,j,len to inner scope

This might help compiler

function                                             old     new   delta
bc_num_k                                             957     971     +14

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
miscutils/bc.c