bc: further simplification in zbc_vm_stdin()
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 13 Dec 2018 17:16:39 +0000 (18:16 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 13 Dec 2018 17:16:39 +0000 (18:16 +0100)
commitb7e61e3e4adc774d18b6377cdd6434dd7ce0c2be
treee9f83934ac714c349423905a35a618f5a3baf9fe
parent818b602c8859cd935083e183eb772becc26acfb3
bc: further simplification in zbc_vm_stdin()

function                                             old     new   delta
bc_vm_run                                            500     523     +23
bc_vec_concat                                         66       -     -66
------------------------------------------------------------------------------
(add/remove: 0/1 grow/shrink: 1/0 up/down: 23/-66)            Total: -43 bytes

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