diff options
| author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-09-12 18:48:07 +0300 |
|---|---|---|
| committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-10-11 14:36:32 +0300 |
| commit | c71e045165bffbbe085e407008feba3cdfda3298 (patch) | |
| tree | 9ad616078a10cac425ecff7dfdd1922f1680ab46 /py/mpconfig.h | |
| parent | 9b6617ea8b2324993e709058dd1a74433a9001a6 (diff) | |
modure: Initial module, using re1.5 (which is based on re1 codebase).
https://github.com/pfalcon/re1.5
Diffstat (limited to 'py/mpconfig.h')
| -rw-r--r-- | py/mpconfig.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/py/mpconfig.h b/py/mpconfig.h index bf868624d..92b61d0e1 100644 --- a/py/mpconfig.h +++ b/py/mpconfig.h @@ -394,6 +394,10 @@ typedef double mp_float_t; #define MICROPY_PY_UJSON (0) #endif +#ifndef MICROPY_PY_URE +#define MICROPY_PY_URE (0) +#endif + /*****************************************************************************/ /* Hooks for a port to add builtins */ |
