bc: move zbc_lex_next() out of zdc_parse_string() and zdc_parse_mem()
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 22 Dec 2018 15:40:38 +0000 (16:40 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 22 Dec 2018 15:41:23 +0000 (16:41 +0100)
commit5daa1a0adfe08bae588e5293686a84ab3649a2aa
treee00f18273daf1216bef62f2ea440b8f877f97f46
parent7c1c9dc86bf7d7bc91e906473c0f81a666113402
bc: move zbc_lex_next() out of zdc_parse_string() and zdc_parse_mem()

function                                             old     new   delta
zdc_parse_mem                                         99      93      -6
zdc_parse_expr                                       586     569     -17
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/2 up/down: 0/-23)             Total: -23 bytes

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