bc: rename zbc_parse_text() to ..._init(), reuse existing code for library parsing
authorDenys Vlasenko <vda.linux@googlemail.com>
Fri, 14 Dec 2018 16:01:56 +0000 (17:01 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 14 Dec 2018 16:02:27 +0000 (17:02 +0100)
commitf86e960e7c2a0491dc2564fb0bf6cef10ae24ee2
treed529ee1b291a3d389db4858479976dc494a826b3
parent0a23814e98fd764b4cbbe5c464fd6f72cb0f97af
bc: rename zbc_parse_text() to ..._init(), reuse existing code for library parsing

function                                             old     new   delta
zbc_parse_text_init                                    -     123    +123
bc_vm_run                                            423     398     -25
zbc_parse_text                                       123       -    -123
------------------------------------------------------------------------------
(add/remove: 1/1 grow/shrink: 0/1 up/down: 123/-148)          Total: -25 bytes
   text    data     bss     dec     hex filename
 980154     485    7296  987935   f131f busybox_old
 980129     485    7296  987910   f1306 busybox_unstripped

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