Changeset 562 for trunk/processor
- Timestamp:
- 08/17/2008 10:52:42 AM (5 months ago)
- Files:
-
- 1 modified
-
trunk/processor/processor.m4 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/processor/processor.m4
r548 r562 618 618 COPY(start_op) 619 619 DISPATCH(int, backpatch_count) 620 #ifdef ZEND_ENGINE_2_3 621 DISPATCH(zend_uint, this_var) 622 #endif 620 623 621 624 DISPATCH(zend_bool, done_pass_two) 622 #ifdef ZEND_ENGINE_2 625 /* 5.0 <= ver < 5.3 */ 626 #if defined(ZEND_ENGINE_2) && !defined(ZEND_ENGINE_2_3) 623 627 DISPATCH(zend_bool, uses_this) 624 628 #endif

