diff options
Diffstat (limited to 'shell/Config.src')
-rw-r--r-- | shell/Config.src | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/Config.src b/shell/Config.src index bc7218f..d7623f7 100644 --- a/shell/Config.src +++ b/shell/Config.src @@ -99,6 +99,11 @@ config FEATURE_SH_MATH_64 slightly larger, but will allow computation with very large numbers. This is not in POSIX, so do not rely on this in portable code. +config FEATURE_SH_MATH_BASE + bool "Support BASE#nnnn literals" + default y + depends on FEATURE_SH_MATH + config FEATURE_SH_EXTRA_QUIET bool "Hide message on interactive shell startup" default y |