bc: zcommon_parse_expr() has only one user, fold it in
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 22 Dec 2018 02:38:52 +0000 (03:38 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 22 Dec 2018 02:38:52 +0000 (03:38 +0100)
commit514967df5e5ef21873dc2f8a303e892e3f200ea4
tree51b0ff63af8bbebf1d6a24affa6311c44c45930d
parentf093e3df2df46f026d5c3f053a6095b5c72387ac
bc: zcommon_parse_expr() has only one user, fold it in

function                                             old     new   delta
zbc_program_exec                                    4021    4046     +25
zdc_parse_expr                                       589     586      -3
zcommon_parse_expr                                    28       -     -28
------------------------------------------------------------------------------
(add/remove: 0/1 grow/shrink: 1/1 up/down: 25/-31)             Total: -6 bytes

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