bc: rename zbc_parse_string->bc_parse_pushSTR, do not emit next opcode in it
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 19 Dec 2018 18:10:40 +0000 (19:10 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 19 Dec 2018 18:10:40 +0000 (19:10 +0100)
commit44dbe675ddbcffb37e98358599610b5b81ea0644
tree13782665a6a18a2bc55484caf36cfc820fe7ad17
parentea5cad2a0dc7ebbb7de0d1d49ae2b72e6fbd163a
bc: rename zbc_parse_string->bc_parse_pushSTR, do not emit next opcode in it

function                                             old     new   delta
bc_parse_pushSTR                                       -      73     +73
zbc_parse_stmt_possibly_auto                        1638    1640      +2
zbc_parse_string                                      89       -     -89
------------------------------------------------------------------------------
(add/remove: 1/1 grow/shrink: 1/0 up/down: 75/-89)            Total: -14 bytes
   text    data     bss     dec     hex filename
 981377     485    7296  989158   f17e6 busybox_old
 981363     485    7296  989144   f17d8 busybox_unstripped

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