Changeset 484 in svn
- Timestamp:
- 2007-10-07T06:31:19Z (12 years ago)
- Location:
- trunk/processor
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/processor/dispatch.m4
r393 r484 2 2 define(`DISPATCH', ` 3 3 DBG(`$0($*)') 4 assert(sizeof($1) == sizeof(src->$2)); 4 5 ifelse( 5 6 `$1', `zend_bool', `PROC_INT(`$2', `u', `$1')' -
trunk/processor/processor.m4
r482 r484 150 150 DISPATCH(zval_data_type, type) 151 151 DISPATCH(zend_uchar, is_ref) 152 #ifdef ZEND_ENGINE_2 153 DISPATCH(zend_uint, refcount) 154 #else 152 155 DISPATCH(zend_ushort, refcount) 156 #endif 153 157 #ifdef ZEND_ENGINE_2_3 154 158 DISPATCH(zend_uchar, idx_type)
Note: See TracChangeset
for help on using the changeset viewer.