bc: fix incorrect bit in BC_PARSE_EXPRS_BITS: 'limits' is not allowed
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 24 Dec 2018 00:02:59 +0000 (01:02 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 24 Dec 2018 00:04:21 +0000 (01:04 +0100)
commit73b2c6082574aff51e5bb6560449c5fc746cf7bf
treeb7d4be2a7d5d6d30c021c9783e4ff43bf02ed0c9
parentad0bd381e97214c6c978f5214bcd328bfea4b3da
bc: fix incorrect bit in BC_PARSE_EXPRS_BITS: 'limits' is not allowed

Alsl, move and rename dc_lex_tokens[] to dc_char_to_LEX[]

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