1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Fix after merge

This commit is contained in:
monty@hundin.mysql.fi
2001-12-17 23:24:51 +02:00
parent c298f03570
commit cb754eb5aa
10 changed files with 22 additions and 13 deletions

View File

@ -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