--- code/trunk/pcre_internal.h 2007/03/29 09:13:21 136 +++ code/trunk/pcre_internal.h 2007/03/29 13:56:00 137 @@ -181,7 +181,7 @@ /* Include the public PCRE header and the definitions of UCP character property values. */ -#include "pcre.h" +#include #include "ucp.h" /* When compiling for use with the Virtual Pascal compiler, these functions @@ -202,9 +202,9 @@ is set. Otherwise, include an emulating function for those systems that have neither (there some non-Unix environments where this is the case). */ -#if ! HAVE_MEMMOVE +#ifndef HAVE_MEMMOVE #undef memmove /* some systems may have a macro */ -#if HAVE_BCOPY +#ifdef HAVE_BCOPY #define memmove(a, b, c) bcopy(b, a, c) #else /* HAVE_BCOPY */ static void *