summaryrefslogtreecommitdiff
path: root/Zend/zend_alloc.c
diff options
context:
space:
mode:
authorNikita Popov <nikic@php.net>2016-12-14 18:11:51 +0100
committerNikita Popov <nikic@php.net>2016-12-14 18:11:51 +0100
commitef1ed6ab8eeedff5a511e027ac97a98a88fca47f (patch)
tree7b02ae7b529276860da08bcdd5137c30f5a374f6 /Zend/zend_alloc.c
parent61e7e7c5bd975cffd9e317d92d58ce02ff11d0c2 (diff)
parent33e96c9d632ca4ce222c7d9a78d835ad45b54010 (diff)
downloadphp-git-ef1ed6ab8eeedff5a511e027ac97a98a88fca47f.tar.gz
Merge branch 'PHP-7.1'
Diffstat (limited to 'Zend/zend_alloc.c')
-rw-r--r--Zend/zend_alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_alloc.c b/Zend/zend_alloc.c
index 6f41b76376..75a66a9691 100644
--- a/Zend/zend_alloc.c
+++ b/Zend/zend_alloc.c
@@ -2299,7 +2299,7 @@ ZEND_API int is_zend_mm(void)
#endif
}
-#if !ZEND_DEBUG && (!defined(_WIN32) || defined(__clang__))
+#if !ZEND_DEBUG && defined(HAVE_BUILTIN_CONSTANT_P)
#undef _emalloc
#if ZEND_MM_CUSTOM