diff options
author | monty@hundin.mysql.fi <> | 2001-12-17 23:24:51 +0200 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-12-17 23:24:51 +0200 |
commit | cb754eb5aa510eb0e5466ac2ed77f9b6b6e4b2bd (patch) | |
tree | d2249b595529e043e6b4cbaed529829ac87aacfb /include | |
parent | c298f03570692c4095e4d1100b88539a9836a3a2 (diff) | |
download | mariadb-git-cb754eb5aa510eb0e5466ac2ed77f9b6b6e4b2bd.tar.gz |
Fix after merge
Diffstat (limited to 'include')
-rw-r--r-- | include/m_string.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_string.h b/include/m_string.h index 17b5a07a10b..c6943613b1a 100644 --- a/include/m_string.h +++ b/include/m_string.h @@ -134,6 +134,7 @@ extern int bcmp(const char *s1,const char *s2,uint len); #endif #ifdef HAVE_purify extern int my_bcmp(const char *s1,const char *s2,uint len); +#undef bcmp #define bcmp(A,B,C) my_bcmp((A),(B),(C)) #endif |