mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fix compile without ZEND_MM_STORAGE
This commit is contained in:
parent
444cc78a3e
commit
4162c20787
1 changed files with 1 additions and 1 deletions
|
@ -3043,7 +3043,7 @@ ZEND_API zend_mm_storage *zend_mm_get_storage(zend_mm_heap *heap)
|
||||||
#if ZEND_MM_STORAGE
|
#if ZEND_MM_STORAGE
|
||||||
return heap->storage;
|
return heap->storage;
|
||||||
#else
|
#else
|
||||||
return NULL
|
return NULL;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue