summaryrefslogtreecommitdiff
path: root/TSRM/TSRM.c
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-06-06 00:16:16 +0000
committerSascha Schumann <sas@php.net>2000-06-06 00:16:16 +0000
commitd3a7f5be3898b98634f7636e1d05dcccf5d009f9 (patch)
treebd6aca75e21b31c6163446b8a1f0a0c6e5012bc9 /TSRM/TSRM.c
parentdd6cccf50ea97c56b575b57eff0010bf4cd5b5b3 (diff)
downloadphp-git-d3a7f5be3898b98634f7636e1d05dcccf5d009f9.tar.gz
Make TSRM compile again. ZTS is defined by a header file included in
tsrm_config.h, so TSRM.o was always empty.
Diffstat (limited to 'TSRM/TSRM.c')
-rw-r--r--TSRM/TSRM.c4
1 files changed, 0 insertions, 4 deletions
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 <stdio.h>
#include <stdlib.h>
@@ -455,5 +453,3 @@ void tsrm_debug_set(int status)
{
tsrm_debug_status = status;
}
-
-#endif /* TSRM */