bc: remove lexer function pointer
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 12 Dec 2018 22:10:08 +0000 (23:10 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 12 Dec 2018 22:14:44 +0000 (23:14 +0100)
commitc2265f526ee638fa6f9cbb6e13be69e49e1a0f71
tree28195683344032efa37ff244d58b1a492397514f
parentc0ef23ca400012ca0f4c1cd098e32b685e8f4f09
bc: remove lexer function pointer

function                                             old     new   delta
zbc_lex_next                                          81    1930   +1849
bc_parse_create                                      131     124      -7
common_parse_init                                     31       -     -31
zdc_lex_token                                        672       -    -672
zbc_lex_token                                       1193       -   -1193
------------------------------------------------------------------------------
(add/remove: 0/3 grow/shrink: 1/1 up/down: 1849/-1903)        Total: -54 bytes
   text    data     bss     dec     hex filename
 980634     485    7296  988415   f14ff busybox_old
 980580     485    7296  988361   f14c9 busybox_unstripped

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