diff options
Diffstat (limited to 'py/parsenum.h')
-rw-r--r-- | py/parsenum.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/parsenum.h b/py/parsenum.h index f87fefbe77..97578423c7 100644 --- a/py/parsenum.h +++ b/py/parsenum.h @@ -1,2 +1,2 @@ mp_obj_t mp_parse_num_integer(const char *restrict str, uint len, int base); -mp_obj_t mp_parse_num_decimal(const char *str, uint len, bool allow_imag); +mp_obj_t mp_parse_num_decimal(const char *str, uint len, bool allow_imag, bool force_complex); |