bc: remove "ready for more input" message, GNU bc does not print that
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 8 Dec 2018 20:39:10 +0000 (21:39 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 8 Dec 2018 20:39:10 +0000 (21:39 +0100)
commitac6ed11f8d432206dc0f8c8023df0962bc6b38ba
tree1919235f2268191c159c864d7dbdf4d284bd9588
parent32ec5f170589537ebec40ba334324ecf208009e7
bc: remove "ready for more input" message, GNU bc does not print that

function                                             old     new   delta
bc_read_line                                         285     268     -17
bc_vm_run                                            684     630     -54
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/2 up/down: 0/-71)             Total: -71 bytes

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