diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2015-01-30 01:42:49 +0200 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2015-01-31 00:35:56 +0200 |
commit | 98c4bc3facff901a38cdbc2df99ee5da17ba3f2e (patch) | |
tree | 0137a13fff24444b9114f8ab8c53ed794a0d70f7 /unix/mpconfigport.h | |
parent | 32bade19d952c23c2fd499050abb17cb80dc7559 (diff) |
py: Add MICROPY_PY_ALL_SPECIAL_METHODS and __iadd__ special method under it.
Diffstat (limited to 'unix/mpconfigport.h')
-rw-r--r-- | unix/mpconfigport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/mpconfigport.h b/unix/mpconfigport.h index 42650ebab..a0366d9c6 100644 --- a/unix/mpconfigport.h +++ b/unix/mpconfigport.h @@ -59,6 +59,7 @@ #define MICROPY_PY_BUILTINS_FROZENSET (1) #define MICROPY_PY_BUILTINS_COMPILE (1) #define MICROPY_PY_MICROPYTHON_MEM_INFO (1) +#define MICROPY_PY_ALL_SPECIAL_METHODS (1) #define MICROPY_PY_SYS_EXIT (1) #define MICROPY_PY_SYS_PLATFORM "linux" #define MICROPY_PY_SYS_MAXSIZE (1) |