mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 09:04:29 +02:00
merge.
checkpoint. does not compile.
This commit is contained in:
commit
65ca700def
2732 changed files with 867677 additions and 21074 deletions
|
|
@ -24,10 +24,7 @@
|
|||
#include <my_global.h>
|
||||
#include "m_string.h"
|
||||
|
||||
#ifdef strmov
|
||||
#undef strmov
|
||||
#define strmov strmov_overlapp
|
||||
#endif
|
||||
#ifndef strmov
|
||||
|
||||
char *strmov(register char *dst, register const char *src)
|
||||
{
|
||||
|
|
@ -35,3 +32,4 @@ char *strmov(register char *dst, register const char *src)
|
|||
return dst-1;
|
||||
}
|
||||
|
||||
#endif /* strmov */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue