bc: move relational LEXs before math LEXs - shorten dc_LEX_to_INST[]
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 24 Dec 2018 16:06:37 +0000 (17:06 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 24 Dec 2018 16:07:20 +0000 (17:07 +0100)
commita5bf53e4bb7a45236c44e5f564cb044fbf654ea5
treef8d62c137decb4b12000248f8452a8d3cc308447
parent4accb6bba8ac89a35f20147196441c1f829be360
bc: move relational LEXs before math LEXs - shorten dc_LEX_to_INST[]

function                                             old     new   delta
dc_LEX_to_INST                                        48      42      -6
zdc_parse_expr                                       523     514      -9
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/2 up/down: 0/-15)             Total: -15 bytes

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