diff options
| author | Dmitry Stogov <dmitry@php.net> | 2006-07-18 09:06:33 +0000 |
|---|---|---|
| committer | Dmitry Stogov <dmitry@php.net> | 2006-07-18 09:06:33 +0000 |
| commit | 29ed52ffa46529dc11d41a919f21b3e8ab32229e (patch) | |
| tree | abea71604780b607e44e47609fcae1cc17a4ae8b /Zend/zend_fast_cache.h | |
| parent | 7f9a43653c229193b2c181e20150ab108052cea7 (diff) | |
| download | php-git-29ed52ffa46529dc11d41a919f21b3e8ab32229e.tar.gz | |
New memory manager
Diffstat (limited to 'Zend/zend_fast_cache.h')
| -rw-r--r-- | Zend/zend_fast_cache.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/zend_fast_cache.h b/Zend/zend_fast_cache.h index 2c22b58a55..764d475f0a 100644 --- a/Zend/zend_fast_cache.h +++ b/Zend/zend_fast_cache.h @@ -18,7 +18,7 @@ */ /* $Id$ */ - +#if 0 #ifndef ZEND_FAST_CACHE_H #define ZEND_FAST_CACHE_H @@ -131,7 +131,7 @@ typedef struct _zend_fast_cache_list_entry { ZEND_FAST_FREE_REL(ht, HASHTABLE_CACHE_LIST) #endif /* ZEND_FAST_CACHE_H */ - +#endif /* * Local variables: * tab-width: 4 |
