diff options
| author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-08-08 22:51:40 +0300 | 
|---|---|---|
| committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-08-13 00:26:19 +0300 | 
| commit | 510296f25ae53e5732fe98cdd4b68bfeea15204a (patch) | |
| tree | fafb9e6e4d1d0a60a074c0352455f878e6cb8ce2 /unix | |
| parent | 75ec22bf11301909ddc70c817eb0050ea45c5e34 (diff) | |
modzlibd: Decompress part of "zlib" module, based on miniz tinfl.c .
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 ff30eec34..254a83a09 100644 --- a/unix/mpconfigport.h +++ b/unix/mpconfigport.h @@ -54,6 +54,7 @@  #define MICROPY_PY_GC_COLLECT_RETVAL (1)  #define MICROPY_PY_UCTYPES          (1) +#define MICROPY_PY_ZLIBD            (1)  // Define to MICROPY_ERROR_REPORTING_DETAILED to get function, etc.  // names in exception messages (may require more RAM).  | 
