andrei Tue Feb 20 14:20:47 2001 EDT Modified files: /php4/ext/pcre/pcrelib pcre.h Log: Include PHP compatibility header file. Index: php4/ext/pcre/pcrelib/pcre.h diff -u php4/ext/pcre/pcrelib/pcre.h:1.9 php4/ext/pcre/pcrelib/pcre.h:1.10 --- php4/ext/pcre/pcrelib/pcre.h:1.9 Tue Feb 20 14:00:32 2001 +++ php4/ext/pcre/pcrelib/pcre.h Tue Feb 20 14:20:47 2001 @@ -10,6 +10,7 @@ /* The file pcre.h is build by "configure". Do not edit it; instead make changes to pcre.in. */ +#include "php_compat.h" #define PCRE_MAJOR 3 #define PCRE_MINOR 4 #define PCRE_DATE 22-Aug-2000 -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]