summaryrefslogtreecommitdiffstatshomepage
path: root/unix/mpconfigport.h
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-01-17 20:01:36 +0200
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-01-17 20:05:02 +0200
commit966879cf59c6b8dc598b03003a57e06ce815195d (patch)
tree9b631d734479054c938c26f841f15193a6964741 /unix/mpconfigport.h
parent5a877503d992de4c7e533fb1616d36ab2e6433e8 (diff)
downloadmicropython-966879cf59c6b8dc598b03003a57e06ce815195d.tar.gz
micropython-966879cf59c6b8dc598b03003a57e06ce815195d.zip
Add long int implementation using C long long type, enable for unix port.
Diffstat (limited to 'unix/mpconfigport.h')
-rw-r--r--unix/mpconfigport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/mpconfigport.h b/unix/mpconfigport.h
index 8327641213..daa18961c0 100644
--- a/unix/mpconfigport.h
+++ b/unix/mpconfigport.h
@@ -12,6 +12,7 @@
#define MICROPY_ENABLE_REPL_HELPERS (1)
#define MICROPY_ENABLE_LEXER_UNIX (1)
#define MICROPY_ENABLE_FLOAT (1)
+#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_LONGLONG)
// type definitions for the specific machine