Changeset 626 for branches/1.3/processor/processor.m4
- Timestamp:
- 2009-07-05T11:15:55+02:00 (4 years ago)
- Location:
- branches/1.3
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
processor/processor.m4 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
-
branches/1.3/processor/processor.m4
r625 r626 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
Note: See TracChangeset
for help on using the changeset viewer.

