From 75488d5639819f31b01f76433b82d6259323230d Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky <pfalcon@users.sourceforge.net> Date: Sun, 16 Mar 2014 11:47:49 +0200 Subject: [PATCH] unix-cpy: Switch to use MICROPY_FLOAT_IMPL config define. --- unix-cpy/mpconfigport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix-cpy/mpconfigport.h b/unix-cpy/mpconfigport.h index 3fc186677..6351f0c4f 100644 --- a/unix-cpy/mpconfigport.h +++ b/unix-cpy/mpconfigport.h @@ -2,7 +2,7 @@ #define MICROPY_EMIT_CPYTHON (1) #define MICROPY_ENABLE_LEXER_UNIX (1) -#define MICROPY_ENABLE_FLOAT (1) +#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_DOUBLE) // type definitions for the specific machine -- GitLab