Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
17a49431
Commit
17a49431
authored
Jun 20, 2014
by
Paul Sokolovsky
Browse files
unix: Allow to override MICROPY_GCREGS_SETJMP from cmdline.
parent
7cd46a12
Changes
1
Hide whitespace changes
Inline
Side-by-side
unix/mpconfigport.h
View file @
17a49431
...
...
@@ -53,7 +53,9 @@
#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_DETAILED)
// Define to 1 to use untested inefficient GC helper implementation
// (if more efficient arch-specific one is not available).
#ifndef MICROPY_GCREGS_SETJMP
#define MICROPY_GCREGS_SETJMP (0)
#endif
extern
const
struct
_mp_obj_module_t
mp_module_os
;
extern
const
struct
_mp_obj_module_t
mp_module_time
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment