From: Sascha Schumann Date: Tue, 6 Jun 2000 00:16:16 +0000 (+0000) Subject: Make TSRM compile again. ZTS is defined by a header file included in X-Git-Tag: PRE_EIGHT_BYTE_ALLOC_PATCH~85 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d3a7f5be3898b98634f7636e1d05dcccf5d009f9;p=php Make TSRM compile again. ZTS is defined by a header file included in tsrm_config.h, so TSRM.o was always empty. --- diff --git a/TSRM/TSRM.c b/TSRM/TSRM.c index 76c005a72c..b95384b9e3 100644 --- a/TSRM/TSRM.c +++ b/TSRM/TSRM.c @@ -13,8 +13,6 @@ +----------------------------------------------------------------------+ */ -#ifdef ZTS - #include "TSRM.h" #include #include @@ -455,5 +453,3 @@ void tsrm_debug_set(int status) { tsrm_debug_status = status; } - -#endif /* TSRM */