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
12bc13ee
Commit
12bc13ee
authored
Jun 13, 2014
by
Paul Sokolovsky
Browse files
mpconfig.h: Add MICROPY_PY_BUILTINS_STR_UNICODE.
parent
16ac4962
Changes
1
Show whitespace changes
Inline
Side-by-side
py/mpconfig.h
View file @
12bc13ee
...
@@ -249,6 +249,11 @@ typedef double mp_float_t;
...
@@ -249,6 +249,11 @@ typedef double mp_float_t;
/*****************************************************************************/
/*****************************************************************************/
/* Fine control over Python builtins, classes, modules, etc */
/* Fine control over Python builtins, classes, modules, etc */
// Whether str object is proper unicode
#ifndef MICROPY_PY_BUILTINS_STR_UNICODE
#define MICROPY_PY_BUILTINS_STR_UNICODE (0)
#endif
// Whether to support set object
// Whether to support set object
#ifndef MICROPY_PY_BUILTINS_SET
#ifndef MICROPY_PY_BUILTINS_SET
#define MICROPY_PY_BUILTINS_SET (1)
#define MICROPY_PY_BUILTINS_SET (1)
...
...
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