summaryrefslogtreecommitdiffstatshomepage
path: root/py/qstrdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'py/qstrdefs.h')
-rw-r--r--py/qstrdefs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/py/qstrdefs.h b/py/qstrdefs.h
index 4ee56db909..69182f2809 100644
--- a/py/qstrdefs.h
+++ b/py/qstrdefs.h
@@ -263,7 +263,7 @@ Q(iterator)
Q(module)
Q(slice)
-#if MICROPY_PY_FROZENSET
+#if MICROPY_PY_BUILTINS_FROZENSET
Q(frozenset)
#endif
@@ -375,7 +375,7 @@ Q(disable)
Q(enable)
#endif
-#if MICROPY_PY_PROPERTY
+#if MICROPY_PY_BUILTINS_PROPERTY
Q(property)
Q(getter)
Q(setter)