diff options
| author | Paul Sokolovsky | 2014-09-12 18:48:07 +0300 |
|---|---|---|
| committer | Paul Sokolovsky | 2014-10-11 14:36:32 +0300 |
| commit | c71e045165bffbbe085e407008feba3cdfda3298 (patch) | |
| tree | 9ad616078a10cac425ecff7dfdd1922f1680ab46 /unix | |
| parent | 9b6617ea8b2324993e709058dd1a74433a9001a6 (diff) | |
modure: Initial module, using re1.5 (which is based on re1 codebase).
https://github.com/pfalcon/re1.5
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 6ca080862..ceeed74f7 100644 --- a/unix/mpconfigport.h +++ b/unix/mpconfigport.h @@ -57,6 +57,7 @@ #define MICROPY_PY_UCTYPES (1) #define MICROPY_PY_ZLIBD (1) #define MICROPY_PY_UJSON (1) +#define MICROPY_PY_URE (1) // Define to MICROPY_ERROR_REPORTING_DETAILED to get function, etc. // names in exception messages (may require more RAM). |
