Parent Directory
|
Revision Log
|
Patch
| revision 122 by ph10, Fri Mar 9 16:17:46 2007 UTC | revision 123 by ph10, Mon Mar 12 15:19:06 2007 UTC | |
|---|---|---|
| # | Line 223 if (dest > src) | Line 223 if (dest > src) |
| 223 | else | else |
| 224 | { | { |
| 225 | for (i = 0; i < n; ++i) *dest++ = *src++; | for (i = 0; i < n; ++i) *dest++ = *src++; |
| 226 | return (void *)(dest - n); | return (void *)(dest - n); |
| 227 | } | } |
| 228 | } | } |
| 229 | #define memmove(a, b, c) pcre_memmove(a, b, c) | #define memmove(a, b, c) pcre_memmove(a, b, c) |
| 230 | #endif /* not HAVE_BCOPY */ | #endif /* not HAVE_BCOPY */ |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |