summaryrefslogtreecommitdiffstatshomepage
path: root/py/qstrdefs.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-10-22 17:37:18 +0000
committerDamien George <damien.p.george@gmail.com>2014-10-22 23:20:15 +0100
commitf5d69794a86f7647de3f3b3efd282ed288b1cba6 (patch)
treedd81cfcca993bad937830aa7e9cc37f8c74a753c /py/qstrdefs.h
parente72be1b999a3337f74a8e5a8f61705666f834d2b (diff)
downloadmicropython-f5d69794a86f7647de3f3b3efd282ed288b1cba6.tar.gz
micropython-f5d69794a86f7647de3f3b3efd282ed288b1cba6.zip
extmod: Add uheapq module.
Diffstat (limited to 'py/qstrdefs.h')
-rw-r--r--py/qstrdefs.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/py/qstrdefs.h b/py/qstrdefs.h
index 0f520719f1..d1bb4dc246 100644
--- a/py/qstrdefs.h
+++ b/py/qstrdefs.h
@@ -485,3 +485,10 @@ Q(search)
Q(group)
Q(DEBUG)
#endif
+
+#if MICROPY_PY_UHEAPQ
+Q(uheapq)
+Q(heappush)
+Q(heappop)
+Q(heapify)
+#endif