bc: store only index in p->exits, it's the only thing used there
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 16 Dec 2018 22:24:25 +0000 (23:24 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 16 Dec 2018 22:24:25 +0000 (23:24 +0100)
commit266aa000126dcbb9e1c93306165f433a167bb50a
tree493b3f1230dfbf0ea54d4abda4b8c20045ecd667
parent8e7686e4577ac7b07845d16fd95a39a4ce0af3c1
bc: store only index in p->exits, it's the only thing used there

function                                             old     new   delta
zbc_parse_stmt_possibly_auto                        1967    1964      -3
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/1 up/down: 0/-3)               Total: -3 bytes
   text    data     bss     dec     hex filename
 981937     485    7296  989718   f1a16 busybox_old
 981934     485    7296  989715   f1a13 busybox_unstripped

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