From 5864b57eeca950d78031ca6a3628a9d98e842d61 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Thu, 30 Dec 1999 05:25:44 +0000 Subject: This should enable people to use ALLOC_ZVAL() in code outside the php4.dll --- Zend/zend_globals_macros.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Zend/zend_globals_macros.h') 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 */ -- cgit v1.2.1