aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <wctam@.itedn32a.localdomain>2012-03-16 08:54:29 +0800
committerunknown <wctam@.itedn32a.localdomain>2012-03-16 08:54:29 +0800
commitc52d79605a3c895a16e18f0b7193f1f4b480a60f (patch)
tree08507c23c8248a8dd7a8715a380f5f7bd586ebf2
parent7fb0482a4645d59068ccefe44a3a022b649e5a3a (diff)
downloadtinycc-c52d79605a3c895a16e18f0b7193f1f4b480a60f.tar.gz
tinycc-c52d79605a3c895a16e18f0b7193f1f4b480a60f.tar.bz2
fix mingw compliation
-rw-r--r--tcc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcc.h b/tcc.h
index 7ba6ac9..cc59912 100644
--- a/tcc.h
+++ b/tcc.h
@@ -882,7 +882,7 @@ enum tcc_token {
#define strtold (long double)strtod
#define strtof (float)strtod
#define strtoll (long long)strtol
- #define strtoull (unsigned long long)strtoull
+ #define strtoull (unsigned long long)strtoui64
#endif
#else
/* XXX: need to define this to use them in non ISOC99 context */