summaryrefslogtreecommitdiff
path: root/pkg/bc/gen.lua
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2020-05-11 21:52:27 -0700
committerMichael Forney <mforney@mforney.org>2020-05-11 21:52:27 -0700
commit6d6e9f4988f54ba7185b25c540fdeba0b210b2f5 (patch)
tree1a83c3dc3a2cde79ab201ab5251a93e34602d312 /pkg/bc/gen.lua
parent7fb2502e3dbb811908e3cd671a0790a4411151b7 (diff)
bc: Update to 2.7.2
Diffstat (limited to 'pkg/bc/gen.lua')
-rw-r--r--pkg/bc/gen.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkg/bc/gen.lua b/pkg/bc/gen.lua
index 007d9b87..1db1bc59 100644
--- a/pkg/bc/gen.lua
+++ b/pkg/bc/gen.lua
@@ -1,6 +1,6 @@
cflags{
'-D NDEBUG',
- '-D VERSION=2.6.1',
+ '-D VERSION=2.7.2',
'-D _POSIX_C_SOURCE=200809L',
'-I $srcdir/include',
'-include $dir/config.h',
@@ -32,6 +32,7 @@ exe('bin/bc', [[
lex.c
main.c
num.c
+ opt.c
parse.c
program.c
read.c
@@ -40,6 +41,7 @@ exe('bin/bc', [[
bc/(bc.c lex.c parse.c)
dc/(dc.c lex.c parse.c)
history/history.c
+ rand/rand.c
)
$outdir/(bc_help.c dc_help.c lib.c lib2.c)
]])