summaryrefslogtreecommitdiff
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, 4 insertions, 0 deletions
diff --git a/py/qstrdefs.h b/py/qstrdefs.h
index 5b4e0dc48..405813941 100644
--- a/py/qstrdefs.h
+++ b/py/qstrdefs.h
@@ -60,6 +60,10 @@ Q(<string>)
Q(<stdin>)
Q(utf-8)
+#if MICROPY_MODULE_FROZEN
+Q(.frozen)
+#endif
+
#if MICROPY_ENABLE_PYSTACK
Q(pystack exhausted)
#endif