bc: stop checking for name length in bc_lex_name()
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 10 Dec 2018 19:26:04 +0000 (20:26 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 10 Dec 2018 19:26:04 +0000 (20:26 +0100)
commit88cfea6a818b83a4681b04ad812d3cc047af15b9
treedd8027b38b1d1de9e36e6210ae455483a66e2cf3
parentfa35e598ab3d98037d0db05b257f787ecb4b7a74
bc: stop checking for name length in bc_lex_name()

Gigabyte-long names are not a practical concern.

function                                             old     new   delta
bc_lex_name                                           73      69      -4
bc_lex_token                                        1266    1259      -7
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/2 up/down: 0/-11)             Total: -11 bytes

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