diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-24 12:02:33 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-24 12:02:33 +0100 |
commit | b3259201a158cb1a571c2a3b2976fbd7b95a4b80 (patch) | |
tree | d1bf8edcf012880df29e52bf326b96c18c624dab /package/bc | |
parent | 0c0ed379d9f34a2d085d9ebf7accf63d48684439 (diff) | |
parent | 537a2c4eaa446e52c6ba07007eb9ae75998b5580 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/bc')
-rw-r--r-- | package/bc/Config.in | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/package/bc/Config.in b/package/bc/Config.in deleted file mode 100644 index 20a7d15c4..000000000 --- a/package/bc/Config.in +++ /dev/null @@ -1,22 +0,0 @@ -config ADK_COMPILE_BC - tristate - depends on ADK_PACKAGE_BC || ADK_PACKAGE_DC - default n - -config ADK_PACKAGE_BC - prompt "bc................................ Arbitrary precision calculator language" - tristate - default n - select ADK_COMPILE_BC - help - bc is a language that supports arbitrary precision numbers with - interactive execution of statements. - -config ADK_PACKAGE_DC - prompt "dc................................ Arbitrary precision calculator" - tristate - default n - select ADK_COMPILE_BC - help - dc is a reverse-polish desk calculator which supports unlimited - precision arithmetic. |