From 98c4bc3facff901a38cdbc2df99ee5da17ba3f2e Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Fri, 30 Jan 2015 01:42:49 +0200 Subject: py: Add MICROPY_PY_ALL_SPECIAL_METHODS and __iadd__ special method under it. --- unix/mpconfigport.h | 1 + 1 file changed, 1 insertion(+) (limited to 'unix') 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) -- cgit v1.2.3