summaryrefslogtreecommitdiff
path: root/strings
diff options
context:
space:
mode:
Diffstat (limited to 'strings')
-rw-r--r--strings/my_strtoll10.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/strings/my_strtoll10.c b/strings/my_strtoll10.c
index f795ef64728..117b9d16a65 100644
--- a/strings/my_strtoll10.c
+++ b/strings/my_strtoll10.c
@@ -18,6 +18,7 @@
#include <my_sys.h>
#include <m_string.h>
+#undef ULONGLONG_MAX
#define ULONGLONG_MAX (~(ulonglong) 0)
#define MAX_NEGATIVE_NUMBER ((ulonglong) LL(0x8000000000000000))
#define INIT_CNT 9