From e2d44e30c77360789d6e7c1211b222f93b92e0df Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Mon, 6 Apr 2015 23:50:37 +0300 Subject: py: Add MICROPY_PY_BUILTINS_ENUMERATE, disable for minimal ports. --- minimal/mpconfigport.h | 1 + 1 file changed, 1 insertion(+) (limited to 'minimal') diff --git a/minimal/mpconfigport.h b/minimal/mpconfigport.h index 188a00958..e7eaa34eb 100644 --- a/minimal/mpconfigport.h +++ b/minimal/mpconfigport.h @@ -21,6 +21,7 @@ #define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_TERSE) #define MICROPY_PY_BUILTINS_BYTEARRAY (0) #define MICROPY_PY_BUILTINS_MEMORYVIEW (0) +#define MICROPY_PY_BUILTINS_ENUMERATE (0) #define MICROPY_PY_BUILTINS_FROZENSET (0) #define MICROPY_PY_BUILTINS_SET (0) #define MICROPY_PY_BUILTINS_SLICE (0) -- cgit v1.2.3