summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorkaa@polly.local <>2007-05-28 14:34:36 +0400
committerkaa@polly.local <>2007-05-28 14:34:36 +0400
commit84c81bd534b736980935f0a408bf175187b023a0 (patch)
treec780426e0fed8b2fd935748019138980d2623538 /include
parente50116e99e3b4a67a288159c9b6dab8fe94c904b (diff)
parent8ac1ffdf1df286194c265769ba72336ababd595b (diff)
downloadmariadb-git-84c81bd534b736980935f0a408bf175187b023a0.tar.gz
Merge polly.local:/home/kaa/src/maint/bug28121/my50-bug28121
into polly.local:/home/kaa/src/maint/mysql-5.0-maint
Diffstat (limited to 'include')
-rw-r--r--include/m_string.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/m_string.h b/include/m_string.h
index 349084ab21e..773326e9b7d 100644
--- a/include/m_string.h
+++ b/include/m_string.h
@@ -105,6 +105,10 @@ extern char *stpcpy(char *, const char *); /* For AIX with gcc 2.95.3 */
extern char NEAR _dig_vec_upper[];
extern char NEAR _dig_vec_lower[];
+/* Defined in strtod.c */
+extern const double log_10[310];
+extern const double log_01[310];
+
#ifdef BAD_STRING_COMPILER
#define strmov(A,B) (memccpy(A,B,0,INT_MAX)-1)
#else