diff options
| author | unknown <wctam@.itedn32a.localdomain> | 2012-03-16 08:54:29 +0800 |
|---|---|---|
| committer | unknown <wctam@.itedn32a.localdomain> | 2012-03-16 08:54:29 +0800 |
| commit | c52d79605a3c895a16e18f0b7193f1f4b480a60f (patch) | |
| tree | 08507c23c8248a8dd7a8715a380f5f7bd586ebf2 /tcc.h | |
| parent | 7fb0482a4645d59068ccefe44a3a022b649e5a3a (diff) | |
| download | tinycc-c52d79605a3c895a16e18f0b7193f1f4b480a60f.tar.gz tinycc-c52d79605a3c895a16e18f0b7193f1f4b480a60f.tar.bz2 | |
fix mingw compliation
Diffstat (limited to 'tcc.h')
| -rw-r--r-- | tcc.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |
