diff options
Diffstat (limited to 'py/mpconfig.h')
-rw-r--r-- | py/mpconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/mpconfig.h b/py/mpconfig.h index 00e2439e4d..34c83d3245 100644 --- a/py/mpconfig.h +++ b/py/mpconfig.h @@ -68,6 +68,7 @@ // Long int implementation #define MICROPY_LONGINT_IMPL_NONE (0) #define MICROPY_LONGINT_IMPL_LONGLONG (1) +#define MICROPY_LONGINT_IMPL_MPZ (2) #ifndef MICROPY_LONGINT_IMPL #define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_NONE) |