summaryrefslogtreecommitdiffstatshomepage
path: root/py/qstrdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'py/qstrdefs.h')
-rw-r--r--py/qstrdefs.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/py/qstrdefs.h b/py/qstrdefs.h
index 2f46384c02..0ffc6c902d 100644
--- a/py/qstrdefs.h
+++ b/py/qstrdefs.h
@@ -346,6 +346,11 @@ Q(BytesIO)
Q(getvalue)
#endif
+#if MICROPY_ENABLE_MOD_GC
+Q(gc)
+Q(collect)
+#endif
+
#if MICROPY_ENABLE_PROPERTY
Q(property)
Q(getter)