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, 4 insertions, 0 deletions
diff --git a/py/qstrdefs.h b/py/qstrdefs.h
index 63112e6c70..dc1f082da3 100644
--- a/py/qstrdefs.h
+++ b/py/qstrdefs.h
@@ -148,6 +148,10 @@ Q(object)
Q(NoneType)
+#if MICROPY_PY_COLLECTIONS_ORDEREDDICT
+Q(OrderedDict)
+#endif
+
Q(abs)
Q(all)
Q(any)