bc: partially deinline BC_PARSE_LEAF() macro
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 24 Dec 2018 22:22:40 +0000 (23:22 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 24 Dec 2018 22:22:40 +0000 (23:22 +0100)
commit0c45bb22a092387a1d899965c69c15bfd78b0ee9
tree253af0eb9ea1ad032ee4fd94839a1803e6e1f2ec
parenta17d95d0d098db4bfd91a7bac71351c6100510da
bc: partially deinline BC_PARSE_LEAF() macro

function                                             old     new   delta
ok_in_expr                                             -      30     +30
bc_parse_expr_empty_ok                              1972    1846    -126
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 0/1 up/down: 30/-126)           Total: -96 bytes

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