diff options
author | blmorris <bryan.morrissey@gmail.com> | 2014-07-21 12:50:10 -0400 |
---|---|---|
committer | blmorris <bryan.morrissey@gmail.com> | 2014-07-21 12:50:10 -0400 |
commit | 721d6240c951d7f38289fdfb702536dfa155fdd8 (patch) | |
tree | 84ba9fba1218648f73f38346b30ad847437d3046 /unix/mpconfigport.h | |
parent | ef204733d6abc31b09e4e7823d4665fafebd87ed (diff) | |
parent | 4038f513ea0a6be75ecbc4d8ab2bbe2349524bca (diff) | |
download | micropython-721d6240c951d7f38289fdfb702536dfa155fdd8.tar.gz micropython-721d6240c951d7f38289fdfb702536dfa155fdd8.zip |
Merge https://github.com/blmorris/micropython into Myriad2
Diffstat (limited to 'unix/mpconfigport.h')
-rw-r--r-- | unix/mpconfigport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/mpconfigport.h b/unix/mpconfigport.h index 0831e3fd34..ce4365d365 100644 --- a/unix/mpconfigport.h +++ b/unix/mpconfigport.h @@ -43,7 +43,7 @@ #define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ) #define MICROPY_STREAMS_NON_BLOCK (1) #define MICROPY_OPT_COMPUTED_GOTO (1) -#define MICROPY_PY_BUILTINS_STR_UNICODE (0) +#define MICROPY_PY_BUILTINS_STR_UNICODE (1) #define MICROPY_PY_BUILTINS_FROZENSET (1) #define MICROPY_PY_SYS_EXIT (1) #define MICROPY_PY_SYS_PLATFORM "linux" |