diff options
author | pohmelie <multisosnooley@gmail.com> | 2015-12-07 15:35:48 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2015-12-07 18:56:25 +0200 |
commit | 354e688d8ebf78d34577db4b45388dede4954b8d (patch) | |
tree | 9d1a8e55f3f38e025f292f30c4a29fdb0524e8fd /py/qstrdefs.h | |
parent | acc208418bb1fd1f37f64cdbddc6be7a8eaeb4b8 (diff) | |
download | micropython-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.h | 2 |
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) |