bc: do not check for errors when parsing/running internal library
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 5 Dec 2018 15:21:43 +0000 (16:21 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 5 Dec 2018 15:21:43 +0000 (16:21 +0100)
commit0ad36c46c7a521760e5696ba9d6e9362a1a3777c
treec14a8f4b28d3445df5daf802c16a6ddef463bf5c
parent24fb2cd62fcc2c422692df4138e0f1e333a52c42
bc: do not check for errors when parsing/running internal library

function                                             old     new   delta
bc_lib_name                                            4       -      -4
bc_vm_run                                           1921    1900     -21
------------------------------------------------------------------------------
(add/remove: 0/1 grow/shrink: 0/1 up/down: 0/-25)             Total: -25 bytes

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