*** pcre_internal.h.ORIG Mon Sep 8 21:58:24 2008 --- pcre_internal.h Mon Sep 8 21:58:44 2008 *************** *** 562,571 **** /* Miscellaneous definitions. The #ifndef is to pacify compiler warnings in environments where these macros are defined elsewhere. */ - #ifndef FALSE typedef int BOOL; #define FALSE 0 #define TRUE 1 #endif --- 562,573 ---- /* Miscellaneous definitions. The #ifndef is to pacify compiler warnings in environments where these macros are defined elsewhere. */ typedef int BOOL; + #ifndef FALSE #define FALSE 0 + #endif + #ifndef TRUE #define TRUE 1 #endif