diff options
Diffstat (limited to 'py/mpconfig.h')
-rw-r--r-- | py/mpconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/mpconfig.h b/py/mpconfig.h index 561c32892..2711318d1 100644 --- a/py/mpconfig.h +++ b/py/mpconfig.h @@ -237,7 +237,7 @@ typedef double mp_float_t; // Whether to support frozenset object #ifndef MICROPY_ENABLE_FROZENSET -#define MICROPY_ENABLE_FROZENSET (1) +#define MICROPY_ENABLE_FROZENSET (0) #endif // Whether to support the property object |