bc: separate many bc and dc LEX constants
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 24 Dec 2018 14:00:56 +0000 (15:00 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 24 Dec 2018 14:00:56 +0000 (15:00 +0100)
commit9d9c97efbdc0f30851a5e56398c371d4171df34e
tree3931708427d15aabb41b36198f0adb17f6dc1a7e
parent69560f42da3deb5c87a9ccdbcaae26a5ff0cabaf
bc: separate many bc and dc LEX constants

function                                             old     new   delta
zdc_parse_expr                                       510     516      +6
bc_parse_expr_empty_ok                              1963    1966      +3
dc_LEX_to_INST                                        83      56     -27
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 2/1 up/down: 9/-27)             Total: -18 bytes

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