Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
960032dd
Commit
960032dd
authored
Feb 12, 2015
by
HuangRui
Browse files
Fixed compilation fails, adjust redefined #define __P(x) x,closed #206.
parent
45fc29c6
Changes
1
Show whitespace changes
Inline
Side-by-side
app/libc/c_stdio.c
View file @
960032dd
...
@@ -281,7 +281,9 @@ typedef long long quad_t;
...
@@ -281,7 +281,9 @@ typedef long long quad_t;
typedef
unsigned
long
long
u_quad_t
;
typedef
unsigned
long
long
u_quad_t
;
typedef
double
rtype
;
typedef
double
rtype
;
#define __P(x) x
#ifndef __P
#define __P(args) args
#endif
static
char
*
_getbase
__P
((
char
*
,
int
*
));
static
char
*
_getbase
__P
((
char
*
,
int
*
));
static
int
_atob
__P
((
unsigned
long
long
*
,
char
*
p
,
int
));
static
int
_atob
__P
((
unsigned
long
long
*
,
char
*
p
,
int
));
...
...
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