summaryrefslogtreecommitdiffstatshomepage
path: root/unix/mpconfigport.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-04-15 19:59:13 +0100
committerDamien George <damien.p.george@gmail.com>2014-04-15 19:59:13 +0100
commitc58c1191b220b1f7e5d9cd16b90cb2aab926b4f8 (patch)
tree609999270ad4a33a2395e312858560007e252d10 /unix/mpconfigport.h
parent9699ea6a2f85c344296eb0046d9bad8f0c183d1a (diff)
parent3b108e76996ed2e159895a606d652983022680a6 (diff)
downloadmicropython-c58c1191b220b1f7e5d9cd16b90cb2aab926b4f8.tar.gz
micropython-c58c1191b220b1f7e5d9cd16b90cb2aab926b4f8.zip
Merge branch 'master' of github.com:micropython/micropython
Diffstat (limited to 'unix/mpconfigport.h')
-rw-r--r--unix/mpconfigport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/mpconfigport.h b/unix/mpconfigport.h
index 75f119e918..9c91b757a8 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