summaryrefslogtreecommitdiff
path: root/strings
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2001-12-18 00:23:56 +0200
committermonty@hundin.mysql.fi <>2001-12-18 00:23:56 +0200
commit1eb99ae80b4ab4f1057207358a4d0e3eea72ec84 (patch)
tree342db55aaac27237493b1d7d155fb6112c73c3bc /strings
parentcb754eb5aa510eb0e5466ac2ed77f9b6b6e4b2bd (diff)
downloadmariadb-git-1eb99ae80b4ab4f1057207358a4d0e3eea72ec84.tar.gz
Fix for purify
Diffstat (limited to 'strings')
-rw-r--r--strings/bcmp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/strings/bcmp.c b/strings/bcmp.c
index c72a80529a3..64a6b72c443 100644
--- a/strings/bcmp.c
+++ b/strings/bcmp.c
@@ -26,6 +26,7 @@
#include "m_string.h"
#ifdef HAVE_purify
+#undef bcmp
#undef HAVE_BCMP
#endif