From: Dan Kalowsky Date: Tue, 13 Aug 2002 21:35:54 +0000 (+0000) Subject: Removing the PHP_31 tag... X-Git-Tag: php-4.3.0dev_zend2_alpha3~87 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4fcca0167b11b77edca5437eb37c2881555c91a2;p=php Removing the PHP_31 tag... # I'm not sure if the rest of this define can go or not... --- diff --git a/ext/cpdf/cpdf.c b/ext/cpdf/cpdf.c index 722079e839..7265c1056e 100644 --- a/ext/cpdf/cpdf.c +++ b/ext/cpdf/cpdf.c @@ -23,7 +23,7 @@ /* Note that there is no code from the cpdflib package in this file */ -#if !PHP_31 && defined(THREAD_SAFE) +#if defined(THREAD_SAFE) #undef THREAD_SAFE #endif