diff options
Diffstat (limited to 'Modules/pcre-int.h')
-rw-r--r-- | Modules/pcre-int.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Modules/pcre-int.h b/Modules/pcre-int.h index ceae8eb..d07d536 100644 --- a/Modules/pcre-int.h +++ b/Modules/pcre-int.h @@ -35,14 +35,6 @@ restrictions: modules, but which are not relevant to the outside. */ -/* To cope with SunOS4 and other systems that lack memmove() but have bcopy(), -define a macro for memmove() if USE_BCOPY is defined. */ - -#ifdef USE_BCOPY -#undef memmove /* some systems may have a macro */ -#define memmove(a, b, c) bcopy(b, a, c) -#endif - /* Standard C headers plus the external interface definition */ #include <ctype.h> |