summaryrefslogtreecommitdiff
path: root/pkg/bc/gen.lua
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/bc/gen.lua')
-rw-r--r--pkg/bc/gen.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/bc/gen.lua b/pkg/bc/gen.lua
index 1db1bc59..1c90801f 100644
--- 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