diff options
| author | Damien George <damien.p.george@gmail.com> | 2014-04-15 19:59:13 +0100 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2014-04-15 19:59:13 +0100 |
| commit | c58c1191b220b1f7e5d9cd16b90cb2aab926b4f8 (patch) | |
| tree | 609999270ad4a33a2395e312858560007e252d10 /py/mpconfig.h | |
| parent | 9699ea6a2f85c344296eb0046d9bad8f0c183d1a (diff) | |
| parent | 3b108e76996ed2e159895a606d652983022680a6 (diff) | |
Merge branch 'master' of github.com:micropython/micropython
Diffstat (limited to 'py/mpconfig.h')
| -rw-r--r-- | py/mpconfig.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/py/mpconfig.h b/py/mpconfig.h index 58ef43d31..7fd706795 100644 --- a/py/mpconfig.h +++ b/py/mpconfig.h @@ -156,8 +156,8 @@ typedef double mp_float_t; // Whether to use computed gotos in the VM, or a switch // Computed gotos are roughly 10% faster, and increase VM code size by a little -#ifndef MICROPY_USE_COMPUTED_GOTO -#define MICROPY_USE_COMPUTED_GOTO (0) +#ifndef MICROPY_USE_COMPUTED_GOTOS +#define MICROPY_USE_COMPUTED_GOTOS (0) #endif // Additional builtin function definitions - see builtintables.c:builtin_object_table for format. |
