bc: simplify zbc_program_logical()
authorDenys Vlasenko <vda.linux@googlemail.com>
Tue, 11 Dec 2018 23:50:23 +0000 (00:50 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Tue, 11 Dec 2018 23:51:53 +0000 (00:51 +0100)
commit16494f557fd742ca484943407888fb8a349c01ee
tree353f1aeeec49b21fd47c9ff7ca8658e27e555863
parent69171dc466ab94daf14e7560efe92c5050b0c1b1
bc: simplify zbc_program_logical()

function                                             old     new   delta
bc_program_exec                                     3918    3876     -42
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/1 up/down: 0/-42)             Total: -42 bytes
   text    data     bss     dec     hex filename
 982061     485    7296  989842   f1a92 busybox_old
 982019     485    7296  989800   f1a68 busybox_unstripped

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