commit | b181b581aa1e102007c76f2943912cabf6fe0de4 | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | Sat May 10 16:02:17 2014 +0300 |
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | Sat May 10 16:56:20 2014 +0300 |
tree | ed4f99dee1f2fd264f123a7f532b0a8399d59443 | |
parent | d86020ac4f6379fa14e1086b1d28e9e080c2a934 [diff] [blame] |
objset: Give up and implement frozenset. Tired of patching CPython stdlib for it.
diff --git a/py/mpconfig.h b/py/mpconfig.h index f840414..561c328 100644 --- a/py/mpconfig.h +++ b/py/mpconfig.h
@@ -235,6 +235,11 @@ #define MICROPY_ENABLE_SLICE (1) #endif +// Whether to support frozenset object +#ifndef MICROPY_ENABLE_FROZENSET +#define MICROPY_ENABLE_FROZENSET (1) +#endif + // Whether to support the property object #ifndef MICROPY_ENABLE_PROPERTY #define MICROPY_ENABLE_PROPERTY (1)