summaryrefslogtreecommitdiff
path: root/include/m_string.h
diff options
context:
space:
mode:
authorunknown <kaa@polly.local>2007-05-31 12:21:21 +0400
committerunknown <kaa@polly.local>2007-05-31 12:21:21 +0400
commitd565a2f754f26b62c0c54a5a39a4b4a7a0b91268 (patch)
treea7698a5fcf1383f3c9914828149de5042efc2417 /include/m_string.h
parentf72d3eed27155079fed54f7fe4e6f3d5551050d7 (diff)
parenta44a0a1e2a31147998f5674d434944f455e2cd75 (diff)
downloadmariadb-git-d565a2f754f26b62c0c54a5a39a4b4a7a0b91268.tar.gz
Merge polly.local:/home/kaa/src/maint/bug28121/my50-bug28121
into polly.local:/home/kaa/src/maint/bug28121/my51-bug28121 include/m_string.h: Auto merged sql/item_cmpfunc.cc: Auto merged strings/strtod.c: Auto merged
Diffstat (limited to 'include/m_string.h')
-rw-r--r--include/m_string.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/m_string.h b/include/m_string.h
index f6b8d8f6689..34d2cdac92b 100644
--- a/include/m_string.h
+++ b/include/m_string.h
@@ -94,7 +94,6 @@ extern char NEAR _dig_vec_lower[];
/* Defined in strtod.c */
extern const double log_10[309];
-extern const double log_01[309];
#ifdef BAD_STRING_COMPILER
#define strmov(A,B) (memccpy(A,B,0,INT_MAX)-1)