bc: shrink zbc_parse_if() a bit more
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 16 Dec 2018 20:40:54 +0000 (21:40 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 16 Dec 2018 20:41:17 +0000 (21:41 +0100)
commit15850832be164b941aeef7c62aaed91fb5774f8a
treeb26ee28de54f25023c9e7f5846b4df7737c29626
parent6b5b46f81744c72de8f63e45aa788303ab8df28b
bc: shrink zbc_parse_if() a bit more

function                                             old     new   delta
zbc_parse_stmt_possibly_auto                        2180    2106     -74
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/1 up/down: 0/-74)             Total: -74 bytes
   text    data     bss     dec     hex filename
 982152     485    7296  989933   f1aed busybox_old
 982078     485    7296  989859   f1aa3 busybox_unstripped

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