diff options
| author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-06-05 22:48:02 +0300 |
|---|---|---|
| committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-06-05 22:48:02 +0300 |
| commit | 755a55f5070c442a7e2bacf976a73359d1da68a2 (patch) | |
| tree | 8aa5dc52c5753a2984c879ec2f8086d06052c0fc /unix/mpconfigport.h | |
| parent | d4c2bddd0c768da12d0cefd3c405b10e75fa5aa9 (diff) | |
modgc: Implement return value for gc.collect(), enable on Unix.
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 0c12101fd..ace7a419b 100644 --- a/unix/mpconfigport.h +++ b/unix/mpconfigport.h @@ -46,6 +46,7 @@ #define MICROPY_PY_SYS_STDFILES (1) #define MICROPY_PY_CMATH (1) #define MICROPY_PY_IO_FILEIO (1) +#define MICROPY_PY_GC_COLLECT_RETVAL (1) // Define to MICROPY_ERROR_REPORTING_DETAILED to get function, etc. // names in exception messages (may require more RAM). #define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_DETAILED) |
