diff options
| author | Michael Forney <mforney@mforney.org> | 2019-07-07 15:15:05 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-07-07 15:15:05 -0700 |
| commit | f6198cfeb5195349b859faaf47a8cbcfe18fe9c4 (patch) | |
| tree | fffe57a2502b3adbe40ecf2cc6a18dbf6635380b /pkg/bc | |
| parent | f5228a024985ef11757179d983a7a0173eb8bb18 (diff) | |
bc: Update to 2.1.0
Diffstat (limited to 'pkg/bc')
| -rw-r--r-- | pkg/bc/config.h | 1 | ||||
| m--------- | pkg/bc/src | 0 | ||||
| -rw-r--r-- | pkg/bc/ver | 2 |
3 files changed, 2 insertions, 1 deletions
diff --git a/pkg/bc/config.h b/pkg/bc/config.h index 1c408e19..3c115f32 100644 --- a/pkg/bc/config.h +++ b/pkg/bc/config.h @@ -4,5 +4,6 @@ #define BC_ENABLE_EXTRA_MATH 1 #define BC_ENABLE_HISTORY 1 #define BC_ENABLE_NLS 0 +#define BC_ENABLE_PROMPT 1 #define BC_ENABLE_SIGNALS 1 #define BC_NUM_KARATSUBA_LEN 64 diff --git a/pkg/bc/src b/pkg/bc/src -Subproject f8622f136a1ebef5670707e407c19de078e1ad5 +Subproject b6f0deff9e595dc3ceb83548765ee3fee25b479 @@ -1 +1 @@ -2.0.3 r0 +2.1.0 r0 |
