summaryrefslogtreecommitdiff
path: root/Zend/zend_globals_macros.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-12-30 05:25:44 +0000
committerZeev Suraski <zeev@php.net>1999-12-30 05:25:44 +0000
commit5864b57eeca950d78031ca6a3628a9d98e842d61 (patch)
treee69c9c060b73271a5a149777c0a9762098744e78 /Zend/zend_globals_macros.h
parentcf5a5fb1dd3800b9c7f69bb23326277eab3a4c72 (diff)
downloadphp-git-5864b57eeca950d78031ca6a3628a9d98e842d61.tar.gz
This should enable people to use ALLOC_ZVAL() in code outside the php4.dll
Diffstat (limited to 'Zend/zend_globals_macros.h')
-rw-r--r--Zend/zend_globals_macros.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_globals_macros.h b/Zend/zend_globals_macros.h
index 75be8f27e2..02ef168e8f 100644
--- a/Zend/zend_globals_macros.h
+++ b/Zend/zend_globals_macros.h
@@ -82,6 +82,7 @@ extern ZEND_API zend_executor_globals executor_globals;
# define ALS_CC
# define AG(v) (alloc_globals.v)
# define ALS_FETCH()
+extern ZEND_API zend_alloc_globals alloc_globals;
#endif
#endif /* _ZEND_GLOBALS_MACROS_H */