Changeset 877 for trunk/processor/processor.m4
- Timestamp:
- 04/01/2012 05:39:31 AM (14 months ago)
- Files:
-
- 1 modified
-
trunk/processor/processor.m4 (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/processor/processor.m4
r875 r877 62 62 dnl }}} 63 63 DEF_HASH_TABLE_FUNC(`HashTable_zval_ptr', `zval_ptr') 64 DEF_HASH_TABLE_FUNC(`HashTable_zval_ptr_nullable', `zval_ptr_nullable')65 64 DEF_HASH_TABLE_FUNC(`HashTable_zend_function', `zend_function') 66 65 #ifdef ZEND_ENGINE_2 … … 173 172 dst[0] = *ppzv; 174 173 /* *dst is updated */ 175 dnl fprintf(stderr, "*dst is set to %p, KINDis_shm %d\n", dst[0], xc_is_shm(dst[0]));174 dnl fprintf(stderr, "*dst is set to %p, PROCESSOR_TYPE is_shm %d\n", dst[0], xc_is_shm(dst[0])); 176 175 ') 177 176 IFCALCSTORE(`processor->have_references = 1;') … … 782 781 xc_gc_add_op_array(&gc_op_array TSRMLS_CC); 783 782 } 784 define(`SKIPASSERT_ONCE')783 xc_autocheck_skip = 1; 785 784 } 786 785 else … … 989 988 dnl }}} 990 989 #endif 990 IFRESTORE(`', ` 991 991 DEF_STRUCT_P_FUNC(`xc_op_array_info_detail_t', , `dnl {{{ 992 992 PROCESS(zend_uint, index) … … 1004 1004 ') 1005 1005 dnl }}} 1006 ') 1006 1007 DEF_STRUCT_P_FUNC(`xc_funcinfo_t', , `dnl {{{ 1007 1008 PROCESS(zend_uint, key_size) … … 1050 1051 ') 1051 1052 dnl }}} 1053 IFRESTORE(`', ` 1052 1054 #ifdef ZEND_ENGINE_2_1 1053 1055 DEF_STRUCT_P_FUNC(`xc_autoglobal_t', , `dnl {{{ … … 1063 1065 dnl }}} 1064 1066 #endif 1067 ') 1068 IFRESTORE(`', ` 1065 1069 #ifdef E_STRICT 1066 1070 DEF_STRUCT_P_FUNC(`xc_compilererror_t', , `dnl {{{ … … 1072 1076 dnl }}} 1073 1077 #endif 1078 ') 1074 1079 DEF_STRUCT_P_FUNC(`xc_entry_data_php_t', , `dnl {{{ 1075 1080 IFCOPY(`

