bc: shorten bc_program_addFunc()
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 19 Dec 2018 19:05:50 +0000 (20:05 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 19 Dec 2018 19:05:50 +0000 (20:05 +0100)
commiteaa3b00002e23e2ecccade3e06790dd524e7b662
tree9cc10f93ae359246d072f43a10476cabebdfe6e1
parent408b7d45f638dd163fc38d12d08ef94403412c90
bc: shorten bc_program_addFunc()

function                                             old     new   delta
bc_func_init                                           -      50     +50
bc_program_addFunc                                   201     138     -63
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 0/1 up/down: 50/-63)            Total: -13 bytes

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