Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'miscutils/bc.c')
-rw-r--r--miscutils/bc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/miscutils/bc.c b/miscutils/bc.c
index c629c4763..28bc40c8b 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