bc: remove all logic for multi-line buffering
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 26 Dec 2018 17:46:03 +0000 (18:46 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 26 Dec 2018 17:46:03 +0000 (18:46 +0100)
commitb1b7996a2acd8a95ae13dad1f64f86e221167cb7
tree09efc0d9d56d01caff85c2aa85fa74b8f1515045
parent7d32e25bf33c98af6878715907ebbf297ef3d64a
bc: remove all logic for multi-line buffering

function                                             old     new   delta
zbc_vm_process                                       865     874      +9
zbc_parse_text_init                                   51      38     -13
bc_read_line                                         394     345     -49
peek_inbuf                                           292      69    -223
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 1/3 up/down: 9/-285)           Total: -276 bytes

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