summaryrefslogtreecommitdiffstatshomepage
path: root/py/qstrdefs.h
diff options
context:
space:
mode:
authorpohmelie <multisosnooley@gmail.com>2015-12-07 15:35:48 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2015-12-07 18:56:25 +0200
commit354e688d8ebf78d34577db4b45388dede4954b8d (patch)
tree9d1a8e55f3f38e025f292f30c4a29fdb0524e8fd /py/qstrdefs.h
parentacc208418bb1fd1f37f64cdbddc6be7a8eaeb4b8 (diff)
downloadmicropython-354e688d8ebf78d34577db4b45388dede4954b8d.tar.gz
micropython-354e688d8ebf78d34577db4b45388dede4954b8d.zip
py: Add MICROPY_PY_BUILTINS_MIN_MAX, disable for minimal ports.
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)