mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Fix compile without ZEND_MM_STORAGE
This commit is contained in:
@@ -3043,7 +3043,7 @@ ZEND_API zend_mm_storage *zend_mm_get_storage(zend_mm_heap *heap)
|
||||
#if ZEND_MM_STORAGE
|
||||
return heap->storage;
|
||||
#else
|
||||
return NULL
|
||||
return NULL;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user