mirror of
https://github.com/MariaDB/server.git
synced 2025-08-24 14:48:09 +03:00
fix broken compile
This commit is contained in:
@@ -243,7 +243,7 @@ longlong my_strtoll10(const char *nptr, char **endptr, int *error);
|
|||||||
#ifdef HAVE_LONG_LONG
|
#ifdef HAVE_LONG_LONG
|
||||||
extern char *longlong2str(longlong val,char *dst,int radix);
|
extern char *longlong2str(longlong val,char *dst,int radix);
|
||||||
extern char *longlong10_to_str(longlong val,char *dst,int radix);
|
extern char *longlong10_to_str(longlong val,char *dst,int radix);
|
||||||
#if (!defined(HAVE_STRTOULL) || defined(NO_STRTOLL_PROTO)
|
#if (!defined(HAVE_STRTOULL) || defined(NO_STRTOLL_PROTO))
|
||||||
extern longlong strtoll(const char *str, char **ptr, int base);
|
extern longlong strtoll(const char *str, char **ptr, int base);
|
||||||
extern ulonglong strtoull(const char *str, char **ptr, int base);
|
extern ulonglong strtoull(const char *str, char **ptr, int base);
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user