stackctrl: Add "mp_" prefix.

This commit is contained in:
Paul Sokolovsky
2014-07-01 02:13:42 +03:00
parent e95b6b5e07
commit caa7334141
8 changed files with 20 additions and 20 deletions

View File

@@ -32,7 +32,7 @@
#if MICROPY_ENABLE_GC
extern void *stack_top;
extern char *stack_top;
#if MICROPY_GCREGS_SETJMP
#include <setjmp.h>