From c36c75c4dca7cf93c82c0dbb9a93cfb1bb373d55 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sat, 11 Oct 2014 20:32:17 +0300 Subject: [PATCH] unix: Update comment MICROPY_GCREGS_SETJMP (untested -> undertested). --- unix/mpconfigport.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/unix/mpconfigport.h b/unix/mpconfigport.h index 6ca080862..ff89a6298 100644 --- a/unix/mpconfigport.h +++ b/unix/mpconfigport.h @@ -61,7 +61,8 @@ // Define to MICROPY_ERROR_REPORTING_DETAILED to get function, etc. // names in exception messages (may require more RAM). #define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_DETAILED) -// Define to 1 to use untested inefficient GC helper implementation + +// Define to 1 to use undertested inefficient GC helper implementation // (if more efficient arch-specific one is not available). #ifndef MICROPY_GCREGS_SETJMP #ifdef __mips__