Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
8bf00084
Commit
8bf00084
authored
Sep 03, 2015
by
Paul Sokolovsky
Browse files
py: Make "enumerate" qstr be conditional on MICROPY_PY_BUILTINS_ENUMERATE.
parent
81794fcd
Changes
1
Hide whitespace changes
Inline
Side-by-side
py/qstrdefs.h
View file @
8bf00084
...
...
@@ -199,7 +199,9 @@ Q(imag)
Q
(
dict
)
Q
(
dir
)
Q
(
divmod
)
#if MICROPY_PY_BUILTINS_ENUMERATE
Q
(
enumerate
)
#endif
Q
(
eval
)
Q
(
exec
)
#if MICROPY_PY_BUILTINS_EXECFILE
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment