diff options
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 |