Some compat macros

This commit is contained in:
Zeev Suraski 2001-08-03 07:02:46 +00:00
parent f9e375f493
commit ded764461b

View file

@ -55,5 +55,11 @@ extern ZEND_API zend_executor_globals executor_globals;
extern ZEND_API zend_alloc_globals alloc_globals;
#endif
/* For limited downwards source compatibility */
#define CLS_FETCH()
#define ELS_FETCH()
#define ALS_FETCH()
#endif /* ZEND_GLOBALS_MACROS_H */