diff options
| author | Michael Forney <mforney@mforney.org> | 2019-03-19 01:07:28 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-03-19 01:07:28 -0700 |
| commit | f9a9ca97042e50b283f940cdad73f1edd9344957 (patch) | |
| tree | dfdc0b7886a3e00eece1f7885b714603299f3cb1 /pkg/bc/config.h | |
| parent | 10a498f912d67a62c960035c005f3cd6990e8ac6 (diff) | |
bc: Update to 1.2.0
Diffstat (limited to 'pkg/bc/config.h')
| -rw-r--r-- | pkg/bc/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/bc/config.h b/pkg/bc/config.h index 1c37fdff..1c408e19 100644 --- a/pkg/bc/config.h +++ b/pkg/bc/config.h @@ -3,6 +3,6 @@ #define BC_ENABLE_EXTRA_MATH 1 #define BC_ENABLE_HISTORY 1 -#define BC_ENABLE_REFERENCES 1 +#define BC_ENABLE_NLS 0 #define BC_ENABLE_SIGNALS 1 -#define BC_NUM_KARATSUBA_LEN 32 +#define BC_NUM_KARATSUBA_LEN 64 |
