aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'tcc.h')
-rw-r--r--tcc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcc.h b/tcc.h
index 00fc4bb..3cd6844 100644
--- a/tcc.h
+++ b/tcc.h
@@ -882,8 +882,8 @@ enum tcc_token {
#ifndef __GNUC__
#define strtold (long double)strtod
#define strtof (float)strtod
- #define strtoll (long long)strtol
- #define strtoull (unsigned long long)strtoui64
+ #define strtoll _strtoi64
+ #define strtoull _strtoui64
#endif
#else
/* XXX: need to define this to use them in non ISOC99 context */