From 024067d8a8a5b7aeb4622091470076a5f6e4b169 Mon Sep 17 00:00:00 2001 From: Romain Goyet Date: Fri, 10 Nov 2017 16:50:35 +0100 Subject: [PATCH] Python: Use MPZ --- python/port/mpconfigport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/port/mpconfigport.h b/python/port/mpconfigport.h index 4d033b011..b0184898e 100644 --- a/python/port/mpconfigport.h +++ b/python/port/mpconfigport.h @@ -53,7 +53,7 @@ #define MICROPY_PY_SYS (0) #define MICROPY_MODULE_FROZEN_MPY (0) #define MICROPY_CPYTHON_COMPAT (0) -#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_NONE) +#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ) #define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_DOUBLE) // type definitions for the specific machine