commit: ba251fc30f053c7cb7e5c909ee4b557e71906ec2
parent d1ce3990cc9fde78312dc6e187afe8ab777683ab
Author: Michael Forney <mforney@mforney.org>
Date: Tue, 23 Jun 2020 15:30:40 -0700
bc: Update to 3.0.1
Diffstat:
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/pkg/bc/config.h b/pkg/bc/config.h
@@ -5,5 +5,4 @@
#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
+#define BC_NUM_KARATSUBA_LEN 32
diff --git a/pkg/bc/gen.lua b/pkg/bc/gen.lua
@@ -1,6 +1,6 @@
cflags{
'-D NDEBUG',
- '-D VERSION=2.7.2',
+ '-D VERSION=3.0.1',
'-D _POSIX_C_SOURCE=200809L',
'-I $srcdir/include',
'-include $dir/config.h',
@@ -28,6 +28,7 @@ exe('bin/bc', [[
src/(
args.c
data.c
+ file.c
lang.c
lex.c
main.c
diff --git a/pkg/bc/ver b/pkg/bc/ver
@@ -1 +1 @@
-2.7.2 r0
+3.0.1 r0