bc: rewrite bc_num_compare() to be readable
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 17 Dec 2018 23:39:24 +0000 (00:39 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Tue, 18 Dec 2018 02:30:23 +0000 (03:30 +0100)
commit4113e1f2cd2f45a95bcb0920bf2e3ee75b906281
treeaf0914f73ee6af0d10fe6f4b8fb509905b1678d1
parent57734c926bbfe69d1c3bb6096fbdf428628ed838
bc: rewrite bc_num_compare() to be readable

function                                             old     new   delta
bc_num_compare                                        59      51      -8

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