bc: fix keyword matching to not think "ifz" is the "if" keyword
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 20 Dec 2018 15:48:50 +0000 (16:48 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 20 Dec 2018 15:48:50 +0000 (16:48 +0100)
commit5acd14ba5b911aff28cb259cabdb84c5f8233e55
treed771515f2720eac81d997996aa39d35394afc0fc
parent503faf9d5331b70d93836d221ff12f97d769499b
bc: fix keyword matching to not think "ifz" is the "if" keyword

function                                             old     new   delta
zbc_lex_next                                        2224    2225      +1

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