diff options
author | Andi Gutmans <andi@php.net> | 1999-09-05 19:03:35 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 1999-09-05 19:03:35 +0000 |
commit | 99947a251ed175582243f66bcd014478ae975de6 (patch) | |
tree | 1b63d2225972de62a92cd7c381334fdb421b3f9c /Zend/zend_alloc.c | |
parent | 5bcc06768797e658f8eaa07c5f218b754b3630ce (diff) | |
download | php-git-99947a251ed175582243f66bcd014478ae975de6.tar.gz |
- Shift around header files.
Diffstat (limited to 'Zend/zend_alloc.c')
-rw-r--r-- | Zend/zend_alloc.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Zend/zend_alloc.c b/Zend/zend_alloc.c index 6fdbf96a09..29aa3bca69 100644 --- a/Zend/zend_alloc.c +++ b/Zend/zend_alloc.c @@ -307,10 +307,8 @@ ZEND_API int zend_set_memory_limit(unsigned int memory_limit) } -ZEND_API void start_memory_manager(void) +ZEND_API void start_memory_manager(ALS_D) { - ALS_FETCH(); - AG(phead) = AG(head) = NULL; #if MEMORY_LIMIT |