diff options
author | AZ Huang <aitjcize@gmail.com> | 2014-04-15 15:57:01 +0800 |
---|---|---|
committer | AZ Huang <aitjcize@gmail.com> | 2014-04-15 17:08:42 +0800 |
commit | 9309d9982f4dc3ec60a314446943c0b19edc5f9e (patch) | |
tree | e35144681b5e2c025ebb499507d6d12f066e6377 /unix/mpconfigport.h | |
parent | 8c1bec4ae75d4d042a6fdeda00f7e1e495ed14e9 (diff) |
Move entry_table to separated header file.
Diffstat (limited to 'unix/mpconfigport.h')
-rw-r--r-- | unix/mpconfigport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/mpconfigport.h b/unix/mpconfigport.h index 75f119e91..9c91b757a 100644 --- a/unix/mpconfigport.h +++ b/unix/mpconfigport.h @@ -14,7 +14,7 @@ #define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_DOUBLE) #define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ) #define MICROPY_PATH_MAX (PATH_MAX) -#define MICROPY_USE_COMPUTED_GOTO (1) +#define MICROPY_USE_COMPUTED_GOTOS (1) #define MICROPY_MOD_SYS_STDFILES (1) // type definitions for the specific machine |