summaryrefslogtreecommitdiff
path: root/ext/mysql/libmysql/strtoull.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mysql/libmysql/strtoull.c')
-rw-r--r--ext/mysql/libmysql/strtoull.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/mysql/libmysql/strtoull.c b/ext/mysql/libmysql/strtoull.c
index 8ab99fb0c2..9dea75fd28 100644
--- a/ext/mysql/libmysql/strtoull.c
+++ b/ext/mysql/libmysql/strtoull.c
@@ -6,7 +6,7 @@ This file is public domain and comes with NO WARRANTY of any kind */
#include <global.h>
#include <m_string.h>
#if !defined(HAVE_STRTOULL) && defined(HAVE_LONG_LONG)
-#define UNSIGNED
-#define MYSQL_LONGLONG
+#define USE_UNSIGNED
+#define USE_LONGLONG
#include "strto.c"
#endif