aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'tcc.h')
-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 */