diff options
author | unknown <monty@narttu.mysql.fi> | 2003-03-19 00:47:38 +0200 |
---|---|---|
committer | unknown <monty@narttu.mysql.fi> | 2003-03-19 00:47:38 +0200 |
commit | cd4d7716f8b7638c11bde9861c21f5a0517ac416 (patch) | |
tree | 4a61983306c7896ab0cc16f0058fa057d08f86c9 /strings/strto.c | |
parent | 71aa1f6d56130ff37912d7182e9f1039133f9347 (diff) | |
parent | f45236de394523115dfd160a00a42072b6536fc0 (diff) | |
download | mariadb-git-cd4d7716f8b7638c11bde9861c21f5a0517ac416.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
into narttu.mysql.fi:/my/mysql-4.0
configure.in:
Auto merged
Diffstat (limited to 'strings/strto.c')
-rw-r--r-- | strings/strto.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/strings/strto.c b/strings/strto.c index c98b19a7e67..bd0c8e38fde 100644 --- a/strings/strto.c +++ b/strings/strto.c @@ -35,6 +35,8 @@ it can be compiled with the UNSIGNED and/or LONGLONG flag set */ +#define strtoll glob_strtoll /* Fix for True64 */ + #include <my_global.h> #include "m_string.h" #include "m_ctype.h" |