bc: "unsigned_n > 0" is shorter code than "unsigned_n >= 1"
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 19 Dec 2018 16:09:01 +0000 (17:09 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 19 Dec 2018 16:09:01 +0000 (17:09 +0100)
commitdfe1dd20318e79423634593725e2d0229fb19fd3
tree34af0cfa5cd8159a784d577c606558622e8b631b
parent65e1046abf28a3b73e56e6b17ae936e7b2f314c3
bc: "unsigned_n > 0" is shorter code than "unsigned_n >= 1"

function                                             old     new   delta
zbc_program_print                                    680     677      -3
zbc_program_exec                                    4089    4085      -4
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/2 up/down: 0/-7)               Total: -7 bytes
   text    data     bss     dec     hex filename
 981404     485    7296  989185   f1801 busybox_old
 981397     485    7296  989178   f17fa busybox_unstripped

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