diff options
author | kaa@polly.local <> | 2007-05-28 14:34:36 +0400 |
---|---|---|
committer | kaa@polly.local <> | 2007-05-28 14:34:36 +0400 |
commit | 84c81bd534b736980935f0a408bf175187b023a0 (patch) | |
tree | c780426e0fed8b2fd935748019138980d2623538 /include | |
parent | e50116e99e3b4a67a288159c9b6dab8fe94c904b (diff) | |
parent | 8ac1ffdf1df286194c265769ba72336ababd595b (diff) | |
download | mariadb-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.h | 4 |
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 |