]> granicus.if.org Git - php/commitdiff
Removing the PHP_31 tag...
authorDan Kalowsky <kalowsky@php.net>
Tue, 13 Aug 2002 21:35:54 +0000 (21:35 +0000)
committerDan Kalowsky <kalowsky@php.net>
Tue, 13 Aug 2002 21:35:54 +0000 (21:35 +0000)
# I'm not sure if the rest of this define can go or not...

ext/cpdf/cpdf.c

index 722079e839c51829d7885ede9624d84fd3ad31fd..7265c1056ef9da0dd6a90678c1143d5a3c952fc0 100644 (file)
@@ -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