mirror of
git://repo.or.cz/tinycc.git
synced 2026-07-10 13:28:41 +08:00
fix mingw compliation
This commit is contained in:
parent
7fb0482a46
commit
c52d79605a
2
tcc.h
2
tcc.h
@ -882,7 +882,7 @@ enum tcc_token {
|
|||||||
#define strtold (long double)strtod
|
#define strtold (long double)strtod
|
||||||
#define strtof (float)strtod
|
#define strtof (float)strtod
|
||||||
#define strtoll (long long)strtol
|
#define strtoll (long long)strtol
|
||||||
#define strtoull (unsigned long long)strtoull
|
#define strtoull (unsigned long long)strtoui64
|
||||||
#endif
|
#endif
|
||||||
#else
|
#else
|
||||||
/* XXX: need to define this to use them in non ISOC99 context */
|
/* XXX: need to define this to use them in non ISOC99 context */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user