diff options
Diffstat (limited to 'Zend/zend_alloc.c')
-rw-r--r-- | Zend/zend_alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_alloc.c b/Zend/zend_alloc.c index 0e165c41c2..9326ce876a 100644 --- a/Zend/zend_alloc.c +++ b/Zend/zend_alloc.c @@ -86,6 +86,7 @@ static zend_alloc_globals alloc_globals; p->pLast = (mem_header *) NULL; + #if ZEND_DEBUG ZEND_API void *_emalloc(size_t size, char *filename, uint lineno) #else @@ -515,7 +516,6 @@ ZEND_API void _persist_alloc(void *ptr) HANDLE_UNBLOCK_INTERRUPTIONS(); } - /* * Local variables: * tab-width: 4 |