summaryrefslogtreecommitdiffstatshomepage
path: root/py/qstrdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'py/qstrdefs.h')
-rw-r--r--py/qstrdefs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/py/qstrdefs.h b/py/qstrdefs.h
index e6c0fdcf1a..7700937913 100644
--- a/py/qstrdefs.h
+++ b/py/qstrdefs.h
@@ -232,8 +232,10 @@ Q(len)
Q(list)
Q(locals)
Q(map)
+#if MICROPY_PY_BUILTINS_MIN_MAX
Q(max)
Q(min)
+#endif
Q(namedtuple)
Q(next)
Q(oct)