Changeset 268 for trunk/processor/processor.m4
- Timestamp:
- 10/29/2006 03:05:01 AM (7 years ago)
- Files:
-
- 1 modified
-
trunk/processor/processor.m4 (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/processor/processor.m4
r267 r268 708 708 ') 709 709 dnl }}} 710 #ifdef ZEND_ENGINE_2_1 711 DEF_STRUCT_P_FUNC(`xc_autoglobal_t', , `dnl {{{ 712 DISPATCH(zend_uint, key_len) 713 #ifdef IS_UNICODE 714 DISPATCH(zend_uchar, type) 715 #endif 716 IFRESTORE(`COPY(key)', ` 717 PROC_ZSTRING_L(type, key, key_len) 718 ') 719 ') 720 dnl }}} 721 #endif 710 722 DEF_STRUCT_P_FUNC(`xc_entry_data_php_t', , `dnl {{{ 711 723 zend_uint i; … … 736 748 ') 737 749 STRUCT_ARRAY(classinfo_cnt, xc_classinfo_t, classinfos) 750 #ifdef ZEND_ENGINE_2_1 751 DISPATCH(zend_uint, autoglobal_cnt) 752 STRUCT_ARRAY(autoglobal_cnt, xc_autoglobal_t, autoglobals) 753 #endif 738 754 DISPATCH(zend_bool, have_early_binding) 739 755 popdef(`BEFORE_LOOP')

