checkpoint.
does not compile.
This commit is contained in:
Sergei Golubchik 2010-11-25 18:17:28 +01:00
commit 65ca700def
2732 changed files with 867677 additions and 21074 deletions

View file

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