mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
parent
d663296e3b
commit
f99bf70360
2 changed files with 2 additions and 2 deletions
|
@ -2343,7 +2343,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue