summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/iconv/php_iconv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/iconv/php_iconv.h b/ext/iconv/php_iconv.h
index 738a4881e9..6d42e85691 100644
--- a/ext/iconv/php_iconv.h
+++ b/ext/iconv/php_iconv.h
@@ -77,7 +77,7 @@ ZEND_END_MODULE_GLOBALS(iconv)
#define ICONVG(v) ZEND_MODULE_GLOBALS_ACCESSOR(iconv, v)
-#ifdef defined(ZTS) && defined(COMPILE_DL_ICONV)
+#if defined(ZTS) && defined(COMPILE_DL_ICONV)
ZEND_TSRMLS_CACHE_EXTERN();
#endif