From f6198cfeb5195349b859faaf47a8cbcfe18fe9c4 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Sun, 7 Jul 2019 15:15:05 -0700 Subject: bc: Update to 2.1.0 --- pkg/bc/config.h | 1 + pkg/bc/src | 2 +- pkg/bc/ver | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) (limited to 'pkg') 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 index f8622f13..b6f0deff 160000 --- a/pkg/bc/src +++ b/pkg/bc/src @@ -1 +1 @@ -Subproject commit f8622f136a1ebef5670707e407c19de078e1ad57 +Subproject commit b6f0deff9e595dc3ceb83548765ee3fee25b4796 diff --git a/pkg/bc/ver b/pkg/bc/ver index b09139ec..8cd125ae 100644 --- a/pkg/bc/ver +++ b/pkg/bc/ver @@ -1 +1 @@ -2.0.3 r0 +2.1.0 r0 -- cgit v1.2.3