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
5478ed18
Commit
5478ed18
authored
Jun 28, 2014
by
stijn
Browse files
unix: Fix mpconfig.h not being included before misc.h
This fixes count_lead_ones in misc.h not compiling due to unknown types
parent
b1b84055
Changes
3
Hide whitespace changes
Inline
Side-by-side
unix/gccollect.c
View file @
5478ed18
...
...
@@ -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 @
5478ed18
...
...
@@ -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 @
5478ed18
...
...
@@ -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
Markdown
is supported
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