From 4fcca0167b11b77edca5437eb37c2881555c91a2 Mon Sep 17 00:00:00 2001 From: Dan Kalowsky Date: Tue, 13 Aug 2002 21:35:54 +0000 Subject: [PATCH] Removing the PHP_31 tag... # I'm not sure if the rest of this define can go or not... --- ext/cpdf/cpdf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0