bc: shrink parsing code a bit more, disallow "auto a b c" (without commas)
authorDenys Vlasenko <vda.linux@googlemail.com>
Tue, 25 Dec 2018 15:39:01 +0000 (16:39 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Tue, 25 Dec 2018 15:39:01 +0000 (16:39 +0100)
commitd4b721cc8b708a2fa4ddd821179c00865c11619e
tree6d78fc782b7ea047d46783f180d8f277a2b96839
parent73b3ebc0e18f95d9eda7e33dfc878f9792d1b1e1
bc: shrink parsing code a bit more, disallow "auto a b c" (without commas)

function                                             old     new   delta
bc_parse_expr_empty_ok                              1791    1785      -6
zbc_parse_stmt_possibly_auto                        1675    1599     -76
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/2 up/down: 0/-82)             Total: -82 bytes

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