bc: pull zbc_lex_next() call out of zbc_parse_operator() into one caller that uses it
authorDenys Vlasenko <vda.linux@googlemail.com>
Fri, 14 Dec 2018 22:12:48 +0000 (23:12 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 14 Dec 2018 22:12:48 +0000 (23:12 +0100)
commit7b1df3db975c97799a23cf0699d8f0fd1d046f22
tree5b01268b7145a8bb6c9d33f42e9638034eb1efc2
parent17df882a575d4cba216abdfabefbebea66907b10
bc: pull zbc_lex_next() call out of zbc_parse_operator() into one caller that uses it

function                                             old     new   delta
bc_parse_operator                                      -     144    +144
bc_parse_expr_empty_ok                              1788    1792      +4
zbc_parse_operator                                   170       -    -170
------------------------------------------------------------------------------
(add/remove: 1/1 grow/shrink: 1/0 up/down: 148/-170)          Total: -22 bytes
   text    data     bss     dec     hex filename
 979938     485    7296  987719   f1247 busybox_old
 979916     485    7296  987697   f1231 busybox_unstripped

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