diff options
author | Zeev Suraski <zeev@php.net> | 1999-04-23 03:32:33 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-04-23 03:32:33 +0000 |
commit | 1aa2c5c0b4457cf7f275571defe908859328f950 (patch) | |
tree | d8a113ad58b7371136105c53f1a826f869326c5c /Zend/zend_alloc.c | |
parent | cad2318a549dff68a7c4d36b5b6b8924f57e6547 (diff) | |
download | php-git-1aa2c5c0b4457cf7f275571defe908859328f950.tar.gz |
Ok, call me crazy, because I probably am.
Thread safe version now uses a C++ scanner object. Works fully.
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 |