bc: p->exits.func is never zero, do not check for that
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 16 Dec 2018 22:18:28 +0000 (23:18 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 16 Dec 2018 22:18:28 +0000 (23:18 +0100)
commit8e7686e4577ac7b07845d16fd95a39a4ce0af3c1
tree6168406424e4c89d921df3d64f93b895d505a1f8
parentde24e9d3669e43a5419c7990ad13368ae51ced96
bc: p->exits.func is never zero, do not check for that

function                                             old     new   delta
zbc_parse_stmt_possibly_auto                        1978    1967     -11
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/1 up/down: 0/-11)             Total: -11 bytes
   text    data     bss     dec     hex filename
 981948     485    7296  989729   f1a21 busybox_old
 981937     485    7296  989718   f1a16 busybox_unstripped

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