Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
946f870e
Commit
946f870e
authored
Dec 08, 2015
by
Paul Sokolovsky
Browse files
py/misc.h: Include stdint.h only once (unconditionally at the top).
parent
3a309d93
Changes
1
Hide whitespace changes
Inline
Side-by-side
py/misc.h
View file @
946f870e
...
...
@@ -107,7 +107,6 @@ size_t m_get_peak_bytes_allocated(void);
/** unichar / UTF-8 *********************************************/
#if MICROPY_PY_BUILTINS_STR_UNICODE
#include
<stdint.h>
// only include if we need it
// with unicode enabled we need a type which can fit chars up to 0x10ffff
typedef
uint32_t
unichar
;
#else
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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