bc: code shrink
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 5 Dec 2018 18:37:19 +0000 (19:37 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 5 Dec 2018 18:37:19 +0000 (19:37 +0100)
commit6543758b13029509a6b437657eab276045cf7ae0
tree1150127ddbbc9d6e231806798e0d7dc4de7f16af
parentf381a88234c3fd05177dddceb4da604c7e9462d1
bc: code shrink

function                                             old     new   delta
bc_parse_operator                                    181     184      +3
bc_parse_ops                                          50      25     -25
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 1/1 up/down: 3/-25)             Total: -22 bytes

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