diff options
author | Damien George <damien.p.george@gmail.com> | 2014-04-13 18:59:45 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-04-13 18:59:45 +0100 |
commit | 777b0f32f459dbf5aac051eab3d91abbc6505501 (patch) | |
tree | 30bac9053478173fa828758d1d301ea3018f29e3 /unix | |
parent | 4417478d0fc39b69fda058e93730b3dc3fdb1ec9 (diff) |
py: Add property object, with basic functionality.
Enabled by MICROPY_ENABLE_PROPERTY.
Diffstat (limited to 'unix')
-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 832bdb05f..fe35e5b09 100644 --- a/unix/mpconfigport.h +++ b/unix/mpconfigport.h @@ -10,6 +10,7 @@ #define MICROPY_ENABLE_REPL_HELPERS (1) #define MICROPY_ENABLE_LEXER_UNIX (1) #define MICROPY_ENABLE_SOURCE_LINE (1) +#define MICROPY_ENABLE_PROPERTY (1) #define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_DOUBLE) #define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ) #define MICROPY_PATH_MAX (PATH_MAX) |