diff options
Diffstat (limited to 'py/qstrdefs.h')
-rw-r--r-- | py/qstrdefs.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/py/qstrdefs.h b/py/qstrdefs.h index 8716901c24..0d883d3870 100644 --- a/py/qstrdefs.h +++ b/py/qstrdefs.h @@ -251,6 +251,10 @@ Q(iterator) Q(module) Q(slice) +#if MICROPY_ENABLE_FROZENSET +Q(frozenset) +#endif + #if MICROPY_ENABLE_MOD_MATH || MICROPY_ENABLE_MOD_CMATH Q(math) Q(e) |