bc: optimize bc_parse_pushIndex()
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 12 Dec 2018 15:44:34 +0000 (16:44 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 12 Dec 2018 15:44:34 +0000 (16:44 +0100)
commitc2da68e896d4253466bed202e71bae7b9b2aeec9
tree890bab87913e480fd0734dcc4e985b47a1f9021e
parent26819db9a3f029c1abaaf596fe1889315a203122
bc: optimize bc_parse_pushIndex()

function                                             old     new   delta
bc_parse_pushIndex                                    80      68     -12

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