summaryrefslogtreecommitdiff
path: root/Zend/zend_alloc.h
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2002-06-22 14:37:49 +0000
committerAndi Gutmans <andi@php.net>2002-06-22 14:37:49 +0000
commite2f57d0fcccd3db3cc017a2f14861f8ec6d9b7f8 (patch)
treea938fb6da7f9a34d033984dc78c05ec61dcddbe9 /Zend/zend_alloc.h
parent805a1653f0d9199509ebe46ae9837ddb6cd9b320 (diff)
downloadphp-git-e2f57d0fcccd3db3cc017a2f14861f8ec6d9b7f8.tar.gz
- MFZE1
Diffstat (limited to 'Zend/zend_alloc.h')
-rw-r--r--Zend/zend_alloc.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Zend/zend_alloc.h b/Zend/zend_alloc.h
index 0cbe9a801c..66b394bf76 100644
--- a/Zend/zend_alloc.h
+++ b/Zend/zend_alloc.h
@@ -45,8 +45,7 @@ typedef struct _zend_mem_header {
#endif
struct _zend_mem_header *pNext;
struct _zend_mem_header *pLast;
- unsigned int size:30;
- unsigned int persistent:1;
+ unsigned int size:31;
unsigned int cached:1;
} zend_mem_header;