diff options
Diffstat (limited to 'py/qstrdefs.h')
-rw-r--r-- | py/qstrdefs.h | 7 |
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 |