diff options
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 c629c4763..28bc40c8b 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 |