diff options
author | Zeev Suraski <zeev@php.net> | 1999-12-30 05:25:44 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-12-30 05:25:44 +0000 |
commit | 5864b57eeca950d78031ca6a3628a9d98e842d61 (patch) | |
tree | e69c9c060b73271a5a149777c0a9762098744e78 /Zend/zend_fast_cache.h | |
parent | cf5a5fb1dd3800b9c7f69bb23326277eab3a4c72 (diff) | |
download | php-git-5864b57eeca950d78031ca6a3628a9d98e842d61.tar.gz |
This should enable people to use ALLOC_ZVAL() in code outside the php4.dll
Diffstat (limited to 'Zend/zend_fast_cache.h')
-rw-r--r-- | Zend/zend_fast_cache.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Zend/zend_fast_cache.h b/Zend/zend_fast_cache.h index f487d360c5..660ec9df80 100644 --- a/Zend/zend_fast_cache.h +++ b/Zend/zend_fast_cache.h @@ -51,9 +51,6 @@ typedef struct _zend_fast_cache_list_entry { # define RECORD_ZVAL_CACHE_MISS(fc_type) #endif -#ifndef ZTS -extern zend_alloc_globals alloc_globals; -#endif #define ZEND_FAST_ALLOC(p, type, fc_type) \ { \ |