diff options
| -rw-r--r-- | pkg/bc/config.h | 1 | ||||
| -rw-r--r-- | pkg/bc/gen.lua | 4 | ||||
| m--------- | pkg/bc/src | 0 | ||||
| -rw-r--r-- | pkg/bc/ver | 2 |
4 files changed, 4 insertions, 3 deletions
diff --git a/pkg/bc/config.h b/pkg/bc/config.h index 80ea13f3..3c115f32 100644 --- a/pkg/bc/config.h +++ b/pkg/bc/config.h @@ -3,7 +3,6 @@ #define BC_ENABLE_EXTRA_MATH 1 #define BC_ENABLE_HISTORY 1 -#define BC_ENABLE_LONG_OPTIONS 1 #define BC_ENABLE_NLS 0 #define BC_ENABLE_PROMPT 1 #define BC_ENABLE_SIGNALS 1 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) ]]) diff --git a/pkg/bc/src b/pkg/bc/src -Subproject a4f16505c9b0ffacf0490b1b0ce89c4af969ffa +Subproject 6f5fdd4ff62723ed95818f3d830d810267d9fe1 @@ -1 +1 @@ -2.6.1 r0 +2.7.2 r0 |
