diff options
author | Ron Yorston <rmy@pobox.com> | 2023-07-13 08:06:26 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2023-07-13 08:06:26 +0100 |
commit | bd978d0256fd3a67de1a7dd54f1a37f9435be363 (patch) | |
tree | cb869384a533ac0d95fe787d75be6c050e1e7c1a /miscutils/bc.c | |
parent | b2901ce8efa050da00e0f3a73f3be9bf9402deea (diff) | |
parent | d70256a5c719439cc6fab6a4571c1bb46178e4c7 (diff) | |
download | busybox-w32-bd978d0256fd3a67de1a7dd54f1a37f9435be363.tar.gz busybox-w32-bd978d0256fd3a67de1a7dd54f1a37f9435be363.tar.bz2 busybox-w32-bd978d0256fd3a67de1a7dd54f1a37f9435be363.zip |
Merge branch 'busybox' into merge
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 01402b311..a82646674 100644 --- a/miscutils/bc.c +++ b/miscutils/bc.c | |||
@@ -14,7 +14,7 @@ | |||
14 | #define SANITY_CHECKS 1 | 14 | #define SANITY_CHECKS 1 |
15 | 15 | ||
16 | //config:config BC | 16 | //config:config BC |
17 | //config: bool "bc (45 kb)" | 17 | //config: bool "bc (38 kb)" |
18 | //config: default y | 18 | //config: default y |
19 | //config: select FEATURE_DC_BIG | 19 | //config: select FEATURE_DC_BIG |
20 | //config: help | 20 | //config: help |
@@ -38,7 +38,7 @@ | |||
38 | //config: 5) "read()" accepts expressions, not only numeric literals. | 38 | //config: 5) "read()" accepts expressions, not only numeric literals. |
39 | //config: | 39 | //config: |
40 | //config:config DC | 40 | //config:config DC |
41 | //config: bool "dc (36 kb)" | 41 | //config: bool "dc (29 kb)" |
42 | //config: default y | 42 | //config: default y |
43 | //config: help | 43 | //config: help |
44 | //config: dc is a reverse-polish notation command-line calculator which | 44 | //config: dc is a reverse-polish notation command-line calculator which |