--- code/trunk/ChangeLog 2007/03/07 11:02:28 107 +++ code/trunk/ChangeLog 2007/03/07 11:11:23 108 @@ -54,6 +54,10 @@ support is not required. This saves 1.5-2K of code, which is important in some applications. +10. The emulated memmove() function in pcre_internal.h (provided for those + environments that have neither memmove() nor bcopy()) was defining its + arguments as char * instead of void *. + Version 7.0 19-Dec-06 ---------------------