diff options
author | Denys Vlasenko | 2023-07-10 17:25:21 +0200 |
---|---|---|
committer | Denys Vlasenko | 2023-07-10 17:25:21 +0200 |
commit | 5353df91cba7b397b9407701681708d0a1518df6 (patch) | |
tree | 7b7925e3e43c7ef44c618a629bbc6aa78a8c3bf7 /miscutils/bc.c | |
parent | a9047e09807f11bcd62f69c481ce19b2663f8862 (diff) | |
download | busybox-5353df91cba7b397b9407701681708d0a1518df6.zip busybox-5353df91cba7b397b9407701681708d0a1518df6.tar.gz |
Update applet size estimates
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils/bc.c')
-rw-r--r-- | miscutils/bc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/miscutils/bc.c b/miscutils/bc.c index c629c47..28bc40c 100644 --- a/miscutils/bc.c +++ b/miscutils/bc.c @@ -14,7 +14,7 @@ #define SANITY_CHECKS 1 //config:config BC -//config: bool "bc (45 kb)" +//config: bool "bc (38 kb)" //config: default y //config: select FEATURE_DC_BIG //config: help @@ -38,7 +38,7 @@ //config: 5) "read()" accepts expressions, not only numeric literals. //config: //config:config DC -//config: bool "dc (36 kb)" +//config: bool "dc (29 kb)" //config: default y //config: help //config: dc is a reverse-polish notation command-line calculator which |