bc: allow {break} and {continue} (allow RBRACE to terminate them)
authorDenys Vlasenko <vda.linux@googlemail.com>
Tue, 25 Dec 2018 16:07:51 +0000 (17:07 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Tue, 25 Dec 2018 16:07:51 +0000 (17:07 +0100)
commit5fa74b9efc538b55ec164ce3886eeea782016487
treea83a0aeb487e238aec783b51446885c242a01cd2
parentd4b721cc8b708a2fa4ddd821179c00865c11619e
bc: allow {break} and {continue} (allow RBRACE to terminate them)

function                                             old     new   delta
zbc_parse_stmt_possibly_auto                        1599    1560     -39

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