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
a62da515
Commit
a62da515
authored
Jun 28, 2014
by
Paul Sokolovsky
Browse files
Merge pull request #729 from stinos/fix-include-order
unix: Fix mpconfig.h not being included before misc.h
parents
b1b84055
5478ed18
Changes
3
Hide whitespace changes
Inline
Side-by-side
unix/gccollect.c
View file @
a62da515
...
...
@@ -26,8 +26,8 @@
#include
<stdio.h>
#include
"misc.h"
#include
"mpconfig.h"
#include
"misc.h"
#include
"gc.h"
#if MICROPY_ENABLE_GC
...
...
unix/modos.c
View file @
a62da515
...
...
@@ -30,8 +30,8 @@
#include
<unistd.h>
#include
<errno.h>
#include
"misc.h"
#include
"mpconfig.h"
#include
"misc.h"
#include
"nlr.h"
#include
"qstr.h"
#include
"obj.h"
...
...
unix/modtime.c
View file @
a62da515
...
...
@@ -30,8 +30,8 @@
#include
<sys/time.h>
#include
<math.h>
#include
"misc.h"
#include
"mpconfig.h"
#include
"misc.h"
#include
"qstr.h"
#include
"obj.h"
#include
"runtime.h"
...
...
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