bc: remove BC_STATUS_EOF (again), the condition is detectable as len==0
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 12 Dec 2018 21:43:58 +0000 (22:43 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 12 Dec 2018 21:43:58 +0000 (22:43 +0100)
commit8a89247e0a82b328958e010be5da4c815f9121be
tree1c9754731d4c7e0317877c2d90455f1e7a3cb745
parentd8078a79beb665cb3c0408dbbbba132cff9fdc3b
bc: remove BC_STATUS_EOF (again), the condition is detectable as len==0

function                                             old     new   delta
bc_read_line                                         147     129     -18
bc_vm_run                                            618     591     -27
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/2 up/down: 0/-45)             Total: -45 bytes
   text    data     bss     dec     hex filename
 980802     485    7296  988583   f15a7 busybox_old
 980757     485    7296  988538   f157a busybox_unstripped

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